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
Help summing multiple criteria in query
Total text box value in ms access form
Inner join on 2 fields with different data types.
Clear Fields from Bound Form
Using SQL for Gridview Paging vs Caching
Access a connectionstring from app.config in xaml file for WPF application
SQL Query to get row total?
recordset - find and criteria
hide a txt file
Help! I'm getting an OleDbException: No error message available, result code: E_FAIL(0x80004005), trying to open an oleDBConnection to an Excel file.