Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page counts in access reports

Status
Not open for further replies.

warner

Programmer
Nov 24, 2000
16
GB
I am producing a report for a batch of invoices.

I need to be able to have a count of pages for each invoice and for the page count to reset at the start of each invoice.

I have tried putting the page count expression inside a section insead of in the page footer, but this didnt seem to work.

Is there a way to get Access report to count the pages in each invoice within the whole report?
 
In the format event of the section header, write the following code:

page=1

However, I do not think you can get the page number like "page 2 of 5". You can only get the page number like "Page 2". I do not know what to get the total number of pages in one section.

Seaport
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top