Search Result

Collapse
2 results in 0.0034 seconds.
Keywords
Members
Tags
page numbers
  •  

  • bdmir
    started a topic How to place page numbering in a middle of page?

    How to place page numbering in a middle of page?

    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
    See more | Go to post

  • Code 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...
    See more | Go to post
    Last edited by Stewart Ross; Sep 4 '10, 08:07 PM. Reason: Added code tags to code segment
Working...