delete record

  • Thread starter Thread starter rml
  • Start date Start date
R

rml

I'm using the following code on a command button to delete a record. It
works fine but how can I make it not show the prompt "You are about to delete
a record"

Thanks.

DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
 
Back
Top