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_Prod uct_Click
DoCmd.DoMenuIte m acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuIte m acFormBar, acEditMenu, 6, , acMenuVer70
Exit_Delete_Pro duct_Click:
Exit Sub
Err_Delete_Prod uct_Click:
MsgBox Err.Description
Resume Exit_Delete_Pro duct_Click
End Sub
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_Prod uct_Click
DoCmd.DoMenuIte m acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuIte m acFormBar, acEditMenu, 6, , acMenuVer70
Exit_Delete_Pro duct_Click:
Exit Sub
Err_Delete_Prod uct_Click:
MsgBox Err.Description
Resume Exit_Delete_Pro duct_Click
End Sub
Comment