Without the sections, I'd use something like:
{IF { PAGE } < { NUMPAGES } "...Page {PAGE}..." "Page {PAGE} - End -" }
However, as there are sections, NUMPAGES will never match PAGE. At the
moment, the best that I can think of is to have a bookmark on the last page
and compare with that. This isn't a good solution as it means that I have to
ensure that the bookmark moves to the last page on demand.
Any thoughts on how to do this simple task?
Andy
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Andrew Hardy" <spam.fr...@AdvanticaTech.com> wrote in message
news:b70snm$645$1...@sun-cc204.lut.ac.uk...
"Suzanne S. Barnhill" <sbar...@mvps.org> wrote in message
news:u2faALp$CHA....@TK2MSFTNGP12.phx.gbl...
> You could still use the IF field you describe if you use the SectionPages
> field instead of NumPages.
>
But that still won't work - my section may have 10 pages, but the page
numbering continued from previous section(s) so it will be greater.
Andy
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Andrew Hardy" <spam.fr...@AdvanticaTech.com> wrote in message
news:b719cg$ac4$1...@sun-cc204.lut.ac.uk...