M
Martin Dashper
Is there any way to make something like the following work?
DoCmd.OpenReport "MyReport_1"
followed, in MyReport_1, by
Private Sub Report_Close()
DoCmd.OpenReport "MyReport_2"
end sub
I can get this to work in 'acPreview' mode, but not when printing
directly to the printer.
Martin Dashper
DoCmd.OpenReport "MyReport_1"
followed, in MyReport_1, by
Private Sub Report_Close()
DoCmd.OpenReport "MyReport_2"
end sub
I can get this to work in 'acPreview' mode, but not when printing
directly to the printer.
Martin Dashper