G
grixnair
Hello there,
I have a report that should be creating a separate page for each row
of results, however, when I open the report in the Print preview it
typically only shows the first 2 pages, even if there should be 20.
The code I use to open the report is this:
DoCmd.OpenReport stDocName, acViewPreview
If I use the acViewNormal to send it directly to the printer, I seem
to get all the pages that I am supposed to, but the user wants to be
able to see the results and save them as an image.
Is anyone else having this issue? Am I just missing a setting
somewhere?
Any help you provide would be greatly appreciated.
Dan
I have a report that should be creating a separate page for each row
of results, however, when I open the report in the Print preview it
typically only shows the first 2 pages, even if there should be 20.
The code I use to open the report is this:
DoCmd.OpenReport stDocName, acViewPreview
If I use the acViewNormal to send it directly to the printer, I seem
to get all the pages that I am supposed to, but the user wants to be
able to see the results and save them as an image.
Is anyone else having this issue? Am I just missing a setting
somewhere?
Any help you provide would be greatly appreciated.
Dan