B
Becky
hello gurus
I have a loop that has a statement:
DoCmd.OpenReport strDocName, acViewPreview
The report (it is called rptAreaSummary) appears as expected in its own
window. I want code to stop execution in the loop until the current report
preview window is closed. Then the loop should continue executing. How can
this be done?
thanks for any advice
Becky
I have a loop that has a statement:
DoCmd.OpenReport strDocName, acViewPreview
The report (it is called rptAreaSummary) appears as expected in its own
window. I want code to stop execution in the loop until the current report
preview window is closed. Then the loop should continue executing. How can
this be done?
thanks for any advice
Becky