B
Bob Howard
Hi all,
In some VBA code behind a form, I issue a DoCmd.OpenReport to print
(AcViewNormal) a report. At some points, it almost appears as if the VBA
code (in the form) regains control even before the report program completes.
I'm not concerned about whether the report physically prints, just that the
report program completes before control is returned. The reason for this is
that the ReportFooter code in the VBA behind the report does some database
stuff that the VBA code in the form is depending upon.
Any clues whether the VBA in the form can regain control before the report
completes??
thanks... !
bob
In some VBA code behind a form, I issue a DoCmd.OpenReport to print
(AcViewNormal) a report. At some points, it almost appears as if the VBA
code (in the form) regains control even before the report program completes.
I'm not concerned about whether the report physically prints, just that the
report program completes before control is returned. The reason for this is
that the ReportFooter code in the VBA behind the report does some database
stuff that the VBA code in the form is depending upon.
Any clues whether the VBA in the form can regain control before the report
completes??
thanks... !
bob