Message boxes

D

DS

Where in this code does it say that when you go to delete a message box
pops up. I don't want the message box to pop up. I want to remove it
from his code. Thanks
DS

Private Sub Delete_Product_Click()
On Error GoTo Err_Delete_Product_Click


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

Exit_Delete_Product_Click:
Exit Sub

Err_Delete_Product_Click:
MsgBox Err.Description
Resume Exit_Delete_Product_Click

End Sub
 

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