page numbering

J

J Harrigan

I'm numbering some pages and have used the 'different first page', so that
my page numbering starts with page 2. However, I'd like page 2 to also be
blank, and to start numbering with page 3. I'd sort of like to do this
without adding a new section.

Is there any way to start numbering on page 3? Thanks.
 
G

Guest

J,

You coul use a conditional field.

In the second page footer enter:
{ IF { Page } = 2 """{ Page }" }
where the field code brackets {} are entered with CTRL+F(.

The field evaluates the page number and compares it with
the value 2. If equal the resule is blank (or the
contents between the first set of quotations marks) if not
equal, the result is the page number (or the contents of
the second set of quotation marks).

HTH
 
S

Suzanne S. Barnhill

Or, instead of using "Different first page," use this field:

{ IF { PAGE } > 2 { PAGE } }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

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