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
 
Back
Top