MS Access Macro

  • Thread starter Laura1 via AccessMonster.com
  • Start date
L

Laura1 via AccessMonster.com

I have built a macro with Msg boxes. Reminding the user to perform a
function prior to running the Macro. Is there a way to it be yes no, yes
continue with the macro N stop?

Thanks!!!
 
B

boblarson

If you want custom responses shown then you will need to build your own
message box form and call that instead. Be sure to use the acDialog argument
in the appropriate place in the DoCmd.OpenForm code.
--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP

Tutorials at http://www.btabdevelopment.com

__________________________________
 
Top