how do i get rid of #Deleted in Access form???

  • Thread starter Thread starter Guest
  • Start date Start date
Are you deleting the record using a query?

In that case you need to run

Me.Requery

after running the query, to refresh the data in the form

********
Another option will be to run the code

RunCommand acCmdDeleteRecord

to delete the record that has the focus in the form
 

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

Back
Top