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
subform field linker error: "object variable or With block variable not set"
how to avoid window resize programmatically using MFC for the drag event on title bar which occurs in windows 7 ?
SQL ORDER BY Case needed?
SQL Server varbinary(MAX) fields with ASP.Net
ASP.NET - Database Class
I keep getting this message while I am on the google.com webpage: "Google would like to have access to your location" (see pic)
Dynamic Web Reference Asp.Net - what about the disco?
ASPNET/C# - Listbox question color - tricky
CEdit bmp background
Decipher Image Size in RTF coding (HARD ONE!!!)