Page numbering with continuing reports

  • Thread starter Thread starter Robin Chapple
  • Start date Start date
R

Robin Chapple

I have an alumni database covering nearly 50 years. We make an annual
report which includes four individual reports in different formats. I
need the whole report to have continuity of page numbers.

Currently I edit the page number by making the first page of the
second report:

=" Page " & [Page]+31

into the page number field.

Is there a way to do this with code?

Thanks,

Robin Chapple
 
Robin,

Put your four reports as subreports in a master unbound report and all your
pages will be automatically numbered with "Page " & [Page].
 
PC Datasheet,

I have added the first two reports to an unbound report as you
suggested and that part works as planned.

I have a difficulty. Both reports have page headers which do not
appear when the two forms are combined.

Thanks for your help,

Robin Chapple
 
Back
Top