Delete a Record - Error

T

tonyak

I created a form and have a Delete Record button that does the following:

Recordset.Delete
DoCmd.RunCommand acCmdRecordsGoToNew

This works fine when I try to delete 1 record, but if I try to delete
another record, I get the following error:

Row handle referred to a deleted row or a row marked for deletion

What is the problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top