Hi All,
I know page numbers must be always in a report's page footer or page header section, but I need those numbers in a middle of page, and on every page. Is that possible? Thanks in advance
Search Result
Collapse
2 results in 0.0034 seconds.
Keywords
Members
Tags
-
How to place page numbering in a middle of page?
-
Catherine Dooley started a topic Code for Access Report group page numbers not returning the correct valuesin Visual BasicCode for Access Report group page numbers not returning the correct values
I'm trying to get an Access report to print the number of pages of the group instead of the number of the whole report. The code I'm using is below. The Debug statement in the middle shows that the array is being built properly but the results on the report show the wrong number of pages in the groups.
For example, the first group has 5 pages. The array comes out as:
1, 2
2, 2
1, 3
2, 3
3, 3...