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
Focus changes
Export table to Excel
SSRS Datasets Problem
How to convert seconds to hh:mm:ss in a sql query
How can I play a .ARV video file?
How to fix SVCHOST.EXE taking 99% of CPU
How can i create a schedule task to run every Hr every day 24 hrs for 1 year.
How do I change field's data type when previously set using Lookup Wizard?
Filtering MS SQL cross-tab query
Problem with Header on Main Report