I have a report that prints route stops. I have it sorted by routes so that each route starts on a new page. What I would like to do is also have my page # start from "1" again on that new Route page.
I use the following: ="Page " & [Page] & " of " & [Pages]
to display page 1 of 8 etc...
If the first route is 4 pages I want it to display 1 of 4 etc... then start at 1 of 4 or whatever it is for the next route.
I saw a thread on this a while ago, maybe somebody can point me in that direction. Thank you in advance.
I use the following: ="Page " & [Page] & " of " & [Pages]
to display page 1 of 8 etc...
If the first route is 4 pages I want it to display 1 of 4 etc... then start at 1 of 4 or whatever it is for the next route.
I saw a thread on this a while ago, maybe somebody can point me in that direction. Thank you in advance.