Hi =?Utf-8?B?SGVzaGFtIEdoYWxlYg==?=,
> I have a document that has two sections. The section section is after an Odd
> Page section break. What I want to achieve is have the page numbering for
[quoted text clipped - 5 lines]
> I would appreciate any help on this. I have been trying for 3 days to do
> this. I do not want to use macros.
I seem to recall seeing this complaint before. You could try using an IF field
to calculate whether there's an odd number of pages, and if there is, generate
an additional page, so that you always have an even number of pages in that
section.
{ IF { = MOD({ PAGE }, 2) } <> 0 "[Press Ctrl+Enter to create a page break]" ""
}
Remember: you have to use ctrl+F9 to insert the field bracket pairs { }.
Ctrl+A, F9 to force the fields to update.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)