Starting with a number other than one for page numbering

J

Jamie A Miller

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

Rick Brandt

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