Trying to do a simple update to an access tbl and I get the following error:
In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user.
statement:
"UPDATE vendors01 SET VendorName='test', WHERE ID='2'"
ID is the primary key and I a record w/ID = 2 does exist.
What's going on ?
Open in new window