Page Numbering

  • Thread starter Thread starter Colin
  • Start date Start date
C

Colin

Hi I have a report in which I have various customers and
I print the report using page numbering from page 2
onwards for each customer

I have text box with the control source as follows:

=IIf([Page]>1,"Page " & [Page],"")

This works fine except that if there is only one page
then for the next customer, on what would be their page
one, it prints "Page 2" with subsequent pages not being
numbered, until the next new customer.

Please can anyone help?

Rgds Colin
..
 
Colin,

you obviously have a group header or footer for each customer.
Are you resetting the Page value in the group header ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top