T
Thorson
I just created a real simple message box for a form, but the code only gives
the user the option to select "OK" is there a way to give the user the option
to select "OK" or "Cancel" and have "Cancel" cancel the rest of the action?
Here is my code:
Private Sub DeleteFemaleAAEPD_Click()
MsgBox "You are about to delete and update all current Female AAA EPD Records"
DoCmd.RunMacro "mcrAAAEPDUpdateRecords"
End Sub
the user the option to select "OK" is there a way to give the user the option
to select "OK" or "Cancel" and have "Cancel" cancel the rest of the action?
Here is my code:
Private Sub DeleteFemaleAAEPD_Click()
MsgBox "You are about to delete and update all current Female AAA EPD Records"
DoCmd.RunMacro "mcrAAAEPDUpdateRecords"
End Sub