Macro to pup up MsgeBix with Continue or Quit

  • Thread starter Thread starter Mixer1
  • Start date Start date
M

Mixer1

I have a Macro that opens a series of reports. But I want a message box that
says, in effect, "This will do such and such. Do you really want to
continue." Then a button to Continue or not.

What do I need?

Thanks for helping.
 
Mixer,

Access's built-in message box does not include provision for Continue or
Quit buttons.

My suggestion would be to make a little form, formatted to look like a
messge box if you like, with your message in a Label, and two Command
Buttons with your Continue and Quit options. On your initial Event, use
an OpenForm action to open this form. And then assign the existing
macro, the one that does the reports, to the Click event of the Continue
button on the custom form.
 
Back
Top