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
Telerik Reporting, Report Viewer
Access IDE - Key Shortcuts for Bookmark?
Are there a web-based ad hoc reporting tool?
Exchange 2007, Outlook 2007 keeps asking for password
Click event overrides DblClick event
Need SQL Syntax help to make my qry more efficient.
ODBC works on PC but not Terminal Server
Loading images from directory into 5 Pictureboxes HOW?
Can't find Outlook contacts folder
SQL Select problem...need records with "best match" returned in order