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