Starting with a number other than one for page numbering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that is to be used with some Word documents, and I need the
starting number of the first page to be 8. What is the easiest way to do
this in Access 2003?
 
Jamie said:
I have a report that is to be used with some Word documents, and I
need the starting number of the first page to be 8. What is the
easiest way to do this in Access 2003?

In the Open event use code...

Me.Page = 8

It will continue to count up from there.
 
Back
Top