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?
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?