View Full Version : PAGINATION question in a report


liamrowan
07-15-2010, 08:33 AM
I would like the first page of a report to begin with a page number greater than one, and then continue sequentially. Is this possible in an Access report and if so, how?

Thanks,

William

pbaldy
07-15-2010, 09:04 AM
I've never needed to, but if you use the wizard you'll see that Access uses

[Page]

to signify the page number. You can try simply using

([Page] + x)

where x is the number you want it to start at above 1.

liamrowan
07-15-2010, 09:19 AM
How I love a perfect solution that is simple! Thank you SO much.

Wm

pbaldy
07-15-2010, 09:32 AM
No problemo, and welcome to the site by the way!