Page number always 0

J

Jarod M

I am using access 97 and for some reason on my reports the page number always
shows up as '0', regardless of what page it is on. The code I use in the
control is:

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

this shows up as 'Page 0 of 8' (or however many pages there are). This
happens in every report in this one particular database. But in other
databases, it will show as 'Page 1 of 8', etc.

Any ideas?
 
J

John Spencer (MVP)

I suspect that there is a custom page function somewhere in the database modules.
 
Top