Multiple Forms Displayed

  • Thread starter Thread starter John C.
  • Start date Start date
J

John C.

I have a button that allows the user to print records.

In that routine, I first want to display another form that
allows the user to select which printer they will use.

I then want to display a msgbox, which will determine what
format of the report is received.

When I run the code, the printer selection form AND the
msgbox are displayed at the same time.

How do I get around this?

Thank you.
 
Open your printer selection form in dialog mode;
the code on the previous form will be suspended until the printer
selection form is closed or hidden.

HTH
- Turtle
 
Back
Top