I have a good EXIT button working, however, I would like to add an event message such as "Are you sure that you want to exit the file?". I would like to stay with an Access event code and not a fancy module. Something simple for me.
I presently use an On Click Event:
Private Sub cmdEXIT_Click()
DoCmd.Quit
End Sub
Thanks
Molly
I presently use an On Click Event:
Private Sub cmdEXIT_Click()
DoCmd.Quit
End Sub
Thanks
Molly