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
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