lookingforK
Registered User.
- Local time
- Today, 12:02
- Joined
- Aug 29, 2012
- Messages
- 48
Got pop-up error "Invalid Argument" when using UPDATE query in MS Access 2010
Hi,
I am using a MS Access 2010 DB that was upgraded from MS Access 2007.
When I run a simple UPDATE query (e.g. as follows) that works fine in MS Access 2007 version, I get the pop-up error message "Invalid Argument".
The database is well below the 2GB limit.
Another weird phenomenon is: when I manually change some values using copy-paste upon the table, the error "Invalid Argument" pops up too; if I ignore it and continue pasting the new values, the update can be done.
How to deal with this issue?:banghead:
Thanks in advance.
Hi,
I am using a MS Access 2010 DB that was upgraded from MS Access 2007.
When I run a simple UPDATE query (e.g. as follows) that works fine in MS Access 2007 version, I get the pop-up error message "Invalid Argument".
Code:
UPDATE [Store List] SET [Store List].Manager = "John"
WHERE ((([Store List].Manager)="Mike"));
The database is well below the 2GB limit.
Another weird phenomenon is: when I manually change some values using copy-paste upon the table, the error "Invalid Argument" pops up too; if I ignore it and continue pasting the new values, the update can be done.
How to deal with this issue?:banghead:
Thanks in advance.