Unique page number field?

M

ML

Is there a field that give a unique page number for each page within a
document?

The issue I am having with the PAGE field is that it is specific to
sections. I have another field that creates a unique SEQ number using this
field that is used for page level classification markers. Since there are
multiple sections I end up with possibly having two page 1 for example. I
need to somehow uniquely reference each page.

I tried doing {SECTION * 10000 + PAGE} as a test to see if that would make a
unique number but it seems as such math is not allowed and it only gives the
SECTION.

Any ideas?
 
S

Suzanne S. Barnhill

Page numbering is continuous throughout a document unless you are restarting
it in each section. In either case, the { PAGE } field will always return
the number that will be printed on a given page.
 
C

Charles Kenyon

For calculations you need to use a calculation field.

{ = {Section} * 1000 + {Page} }
should give you the number you were looking for in your example.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
M

ML

Thanks. That is what I am looking for.

Charles Kenyon said:
For calculations you need to use a calculation field.

{ = {Section} * 1000 + {Page} }
should give you the number you were looking for in your example.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top