I am trying to delete a record from a table in ACCESS 2000 using the adodc.recordset.delete method. However, after the record has been deleted I cannot navigate through the rest of the table. Instead, I receive the error message "row handle referred to a deleted row or a row marked for deletetion."
I have tried evoking the .update and .updatebatch methods after evoking .delete, but this does not help.
Any ideas or suggestions would be greatly appreciated.
--BG
I have tried evoking the .update and .updatebatch methods after evoking .delete, but this does not help.
Any ideas or suggestions would be greatly appreciated.
--BG