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
POP3 Server to Exchange Server. Plus Change of ISP
How to truncate (GridView)BoundFiled's string value using DataFormatString?
Priniting report causes error "2212 couldn't print object"
Need to create an AR Aging Query
The report server installation is not initialized and i can not initialize it
Hiding RUN and FIND lines of Start Menu
create query in mdb using ADO and A2k
runtime error when creating image from stream of bytes (Parameter is not valid)
How to avoid the Sum of column rounding to .02 more than actual.
How to generate error message that contains a parameter?