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
SBS 03 to 08 migration. Can I change servername and domainname?
Max record for Employee
hyperlink in Excel
Export DataView to Excel Spreadsheet with C#
Nested Vlookup within Hlookup
How do I convert a stored procedure to be used for batch processing?
Communicator 2007 R2 - randomly won't logon
SBS 2008 Email
Internet Explorer very slow to respond and continually accesses floppy drive
Creating a report w/VBA