Is there a way to make a message box appear with click options?
Ie.
msgbox "Do you want to proceed?" , [Yes] , [No]
if Yes docmd.openform frmMainMenu
If no stay on existing form
thanks,
Is there a way to make a message box appear with click options?
Ie.
msgbox "Do you want to proceed?" , [Yes] , [No]
if Yes docmd.openform frmMainMenu
If no stay on existing form
thanks,
Place this in your Module.
msgbox Then select it and press F1.
You will get all the help you need there in Help.