researcher Posted August 17, 2001 Posted August 17, 2001 I have to print part of a database to include as an appendix to a report. Is there a way to get the page numbers to be consecutive to the page numbers from the report? Since each record is much smaller than a page (more like a list), I can't just create a serial number field and stick it at the bottom of the page. When I use the "paste special" function, it doesn't allow me to choose which number I want to have as my first page. Thanks for your suggestions! LR
BobWeaver Posted August 20, 2001 Posted August 20, 2001 Try creating an unstored calculation field PageNo as follows: gStartingPage - 1 + Status(CurrentPage) where gStartingPage is a global that holds the starting page number
Newbies glathe Posted December 13, 2002 Newbies Posted December 13, 2002 I have tried this in my project, and it doesn't work. The output is my starting page number on each page. Does where you put the stated field have anything to do with it? I have it on a normal footer. Do I need it in a different part?
Vaughan Posted December 13, 2002 Posted December 13, 2002 Starting page numbers are in the layout part options: double-click on the layout's body part.
Recommended Posts
This topic is 8008 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now