Page - Pages Question

  • Thread starter Thread starter JimP
  • Start date Start date
J

JimP

I have a report with multiple invoices each having multiple pages.

Is it possible to reset both page and pages and run all invoices at once,
such that the first invoice will print (1 of 3, 2 of 3, etc) and then the
second invoice will print (1 of 4, 2 of 4, etc)?

Or, will it be necessary to loop through the invoice numbers printing each
one separately?
 
I don't know of a way of "resetting" page numbering. You could create
your own page numbering scheme, if there is a way to figure out how to
many pages it will print.
 
Thank you - works fine in the page footer but I've been trying to set it up
a page header (unsuccessfully). Any ideas?
 
I'm sure I've used the same approach for headers as well as footers. What
code do you current have that isn't working?
 
Back
Top