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
scale based on date values
Need to fix compatability issue with windows 7 64 bit for vfp version 7 (and 8 and 9)
How to start an application from a .Bat file and then upload files
Design a Query to subtract a record value from previous record value
How do you setup the Edge Transport Role in Exchange 2010 if you only have 1 server in the organization?
Simple (I think) but Urgent: Copy (XCopy?) files from multiple subdirectories into one directory
Reading dBase files with attached MDX via ADO.NET
Windows 7 32 bit vs 64 bit
GridView-FormView Master-Detail Setup (Programmatic Solution)
reverse string using SQL function