| View previous topic :: View next topic |
| Author |
Message |
ohno-again Newbie
Joined: 23 Sep 2005 Posts: 6
|
Posted: Dec 11th, 2005 08:42 AM Post subject: delete row:Row can not be located for updating.Some Values.. |
|
|
I have an access db and a form that adds edits and deletes records from it.
Add and edit work fine and usually so does delete.
When I try to delete a record thats been just added I get the error:
Row cannot be located for updating. Some values may have been changed since it was last read.
If I add a record, close the form and go back in and delete it, it doesn't produce the error.
Does anyone know how to solve this problem?
any help would be very appreciated. |
|
| Back to top |
|
VB_Developer Newbie
Joined: 25 Feb 2006 Posts: 18 Location: Hyderabad, India
|
Posted: Feb 26th, 2006 04:04 AM Post subject: |
|
|
Hi,
Could you please post your code here.
even i can give you a solution. try this
refresh your recorset or recordsource, before deleting the record that is recently added to the table.
Thanks |
|
| Back to top |
|
|