Changing starting page number in reports

D

Dorothy

When opening up a report I would like to have a parameter box open asking
what the starting page number should be? Is this possible. If not, is there a
way to just open the report in design view and change the starting page
number in the footer? Thanks.
 
M

Marshall Barton

Dorothy said:
When opening up a report I would like to have a parameter box open asking
what the starting page number should be? Is this possible. If not, is there a
way to just open the report in design view and change the starting page
number in the footer?


Change your page number text box to use an expression like
this:

=Page + [Enter Start Page] -1
 
Top