N
New_User
Hello,
I have a report with multiple records in it. I have already grouped the
report by full_name and forced a new page after this section. What I would
like to do is print the entire report, which can be 300 pages, with the
number of pages to reflect only the pages of that record. Right now I'm using
="Page " & [Page] & " of " & [Pages] so the page numbers will say for
example 1 of 299. Is there any way to somehow reset the count after each
record?
Thank you very much.
I have a report with multiple records in it. I have already grouped the
report by full_name and forced a new page after this section. What I would
like to do is print the entire report, which can be 300 pages, with the
number of pages to reflect only the pages of that record. Right now I'm using
="Page " & [Page] & " of " & [Pages] so the page numbers will say for
example 1 of 299. Is there any way to somehow reset the count after each
record?
Thank you very much.