View Full Version : Last page number displays incorrectly


FHLTICIA
07-09-2008, 07:03 AM
I have a report which bassically has a group header and footer with a different subreport in each. Occasionally the page numbering generated by

="Page " & [Page] & " of " & [Pages]

returns something like "Page 30 of 29"

Does anyone know if there is any method to be able to stop this and get the number of pages correct? ( I am using Access 2003)