How to stop temporarily?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a button that calls various reports for printing.
I am able to call all these reports successfully. However,
I would like it to wait until the user have gone thru' the preview
window for each report, then after he closes the 1st one, the 2nd
report should show up so on and so forth. This will ensure that
he has seen them all.
At present, it opens up various file simultaneously, so its very likely that
the user may accidently skip going thru' any one report (or word file).

Thank you,
-Me
 
Place code in the "On Close" event for each report so that the next report
in succession is launched. That should do the trick for you.

Brad
 

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

Back
Top