D
Dennis
I'm using Access 2003 FE and a SQL 2000 BE. When attempting to update a
record in a recordset (ADO connection), I get the following error:
"Row cannot be located for updating. Some values may have been changed
since it was last read"
This is patently ridiculous, since I have the reord IN-HAND at that moment,
and no one else has it. I have absolutely no idea about what to do. Any
assistance would be greatly appreciated.
Thanks!
MORE:
CursorLoc = adUseClient
CursorType = adOpenForwardOnly
LockType = adLockOptimistic
record in a recordset (ADO connection), I get the following error:
"Row cannot be located for updating. Some values may have been changed
since it was last read"
This is patently ridiculous, since I have the reord IN-HAND at that moment,
and no one else has it. I have absolutely no idea about what to do. Any
assistance would be greatly appreciated.
Thanks!
MORE:
CursorLoc = adUseClient
CursorType = adOpenForwardOnly
LockType = adLockOptimistic