JGT,
The page number format is by section. Unfortunately, what this means is
that you can't set the page number field to return one value in the header
and another in the footer. The workaround I've seen for this is to set a
bookmark (e.g., "Sec3Start") on the first paragraph of the section, then get
your section page number using a combination of formula and pageref fields,
e.g.:
{ = { PAGE } - { PAGEREF Sec3Start } + 1 }
Regards,
Chad
> Hello,
> I am using Word 2003.
[quoted text clipped - 24 lines]
> Thanks in advance.
> Jeff