Conditional fields

I

Island Girl

I'm just starting to appreciate and understand conditional fields in page
numbering. Although I don't at this time need to have the following
circumstances apply, I was just thinking "what if?"

Suppose I wish to have the Page 1 header of a document read "Beginning" and
the last page to read "The End" with all pages in between showing the actual
page numbers.

Could I do this all in one header or do I need to divide the document into
sections?
 
S

Suzanne S. Barnhill

Yes, you could do this.

Oh, you want to know how? The easiest way to get "Beginning" is to enable
"Different first page" and put "Beginning" in the First Page Header. For
End, use a field such as this:

{ IF { PAGE } = { NUMPAGES } "End" { PAGE } }
 
G

Greg Maxey

IG,

You could do it all in a nested conditional field:

{ IF { Page }="1""Beginning"{ If { Page }={ NumPages }"End"{ Page } } }
 
I

Island Girl

Thanks again, Suzanne!

Suzanne S. Barnhill said:
Yes, you could do this.

Oh, you want to know how? The easiest way to get "Beginning" is to enable
"Different first page" and put "Beginning" in the First Page Header. For
End, use a field such as this:

{ IF { PAGE } = { NUMPAGES } "End" { PAGE } }
 
C

Charles Kenyon

You can do it in one section - and indeed in one header.

Take a look at http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm.
For even more, see http://gregmaxey.mvps.org/Page_Numbering.htm.


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




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