Multiple Forms Displayed

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.
 
M

MacDermott

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top