Hi Dekel,
How is that you open youe MyRs recordset? This is how is should be for any Add/Update/Delete operations. See the one marked in RED below.
Code:
MyRs.Open "Select * from TestTable", ObjConnection, adOpenKeyset, adLockOptimistic
Check if you are using the correct lock type.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection