I have two different reports but they are always printed at the same time. One is a detailed breakdown the other is a totals. I would like the page numbering to continue from one to the other. If for example the first report has 3 pages the first page of the second report would be numbered page 4.
I have the page numbe in the report header if that matters and I use the following code to run the reports:
DoCmd.OpenReport "Totals Report", acViewNormal
DoCmd.OpenReport "Details Report", acViewNormal
Any thoughts on this is greatly appreciated.
I have the page numbe in the report header if that matters and I use the following code to run the reports:
DoCmd.OpenReport "Totals Report", acViewNormal
DoCmd.OpenReport "Details Report", acViewNormal
Any thoughts on this is greatly appreciated.