Connecting Tech Pros Worldwide Forums | Help | Site Map

Pages in subreport

Trev@Work
Guest
 
Posts: n/a
#1: Nov 12 '05
I'm just going through all reports in an application and putting a
standard report header and page footer using a subreport for each.

In the page footer's subreport I have a page number textbox:

="Page " & Report.Parent.Page & " of " & Report.Parent.Pages

When I preview the report, it says "Page 1 of 0" but printing it gives
"1 of n" where n is correct. Any way of persuading it to show the number
of pages in preview mode? (doesn't bother me but I just know my clients
will moan about it).

Closed Thread