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
Customizing Outlook 2007 Contact form
How to create a SQL loop to create a dataset
VXDLDR / windows protection error.
Medium date in text field need to sort in query
DCount
How do I get the Report Footer to show on the first page--there is enough room?
Error 607
Submit Information from Excel Form to Webpage
WCF Question
Automatically create separate tables from an SQL table defined by field value