M
Mark VII
Greetings --
I'm working on mechanizing the generation of a slate of reports. Some of
them are the same report, but run multiple times with different selection
criteria. I build the report selection string in the OnOpen event for the
report. This works fine if I'm bringing the report up in preview mode via
either the Access UI or via VBA. However, if I do a DoCmd.Openreport in
normal view via VBA, the OpenReport event does not fire. Consequently, I
don't get the desired selecton criteria.
Any suggestions?
Thanks,
Mark
I'm working on mechanizing the generation of a slate of reports. Some of
them are the same report, but run multiple times with different selection
criteria. I build the report selection string in the OnOpen event for the
report. This works fine if I'm bringing the report up in preview mode via
either the Access UI or via VBA. However, if I do a DoCmd.Openreport in
normal view via VBA, the OpenReport event does not fire. Consequently, I
don't get the desired selecton criteria.
Any suggestions?
Thanks,
Mark