Microsoft
Software
Hardware
Network
Question : Access 2007 Error Message - "Setting for property too Long"
I keep getting this error message (see image) every time I run a query. I have synchorized Access with Sharepoint, and all my tables are sharepoint extracts.
Whats causing this error? And is there anything I can do to get rid of it. Although when I hit ok, the query works fine.
Answer : Access 2007 Error Message - "Setting for property too Long"
If you are running the query from code, you can try:
DoCmd.SetWarnings False
'Run your query
DoCmd.SetWarnings True
Be sure to turn SetWarnings back on after running the query.
Random Solutions
Target S Curve
restoring a .bak file SQL SERVER 2005
Windows SBS 2003
Need to return " "
ADO recordset and list box
WCF standalone Http service with query string problem
Cannot run SQL 2005 SSIS Job
Office 2007 can't save to network share.
Force user account picture w/Group Policy
How do I change the date format when submitting InfoPath form to a SharePoint Form Library?