Macro to wait before closing a form.

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

Guest

I have a form that when OK is click this runs a macro that opens a report
that has 10 subreports in it. Once the report is open the form stays open on
top of the report. I need to close this form once the report has been
completely opened. The information gathered in the form is used to run all
the subreports. I have tried adding a close action in the macro but this
closes the form prematurely. How do I get the macro to wait until the report
is completely open before closing the form?
 
at your macro
1. open report
2. close form

macro will process step by step . so all information that reports needs
will be gathered.
 
Back
Top