From: Allison Orange on
We are using Word 2003.

I have a pseudo master document that I set up using Include Text fields. I
am not using the master document feature at all.

Each of the "subdocuments" has numbering in it (scrupulously following
Shawna Kelley's guidelines). Of course, when I look at each of these
documents, the numbering starts at A, B, C...

When I update the fields in the main document, the numbering is continuous
and does not restart for each subdocument.

Is there a way to indicate that the numbering should restart at the
beginning of each subdocument, either by doing something to the numbering in
the subdocument or by doing something before each include text field in the
master?

Thanks in advance,
Allison Orange
Systems Project Consultant
Florida Public Service Commission
aorange(a)psc.state.fl.us


From: Stefan Blom on
In the "master" document, have you tried adding a LISTNUM field that
restarts the heading number before each INCLUDETEXT field? For more, see
http://word.mvps.org/faqs/numbering/listrestartbylistnum.htm.

I haven't tested that the method actually works in a "master" document with
INCLUDETEXT fields; if it doesn't, you may want to convert numbering to text
in each of the "subdocuments."

To convert numbering to text: Make sure that the document you want to
convert is the active document. Press Alt+F11 to start the Visual Basic
Editor. Press Ctrl+G to activate the Immediate window. Type

ActiveDocument.ConvertNumbersToText

and press Enter. Close the Visual Basic Editor. Note that since you applied
numbering via styles, it won't be completely gone until you have removed it
from the style definition. When you are done, save the document. Repeat for
other documents whose numbering you want to convert.

--
Stefan Blom
Microsoft Word MVP



"Allison Orange" <aorange(a)psc.state.fl.us(remove to reply)> wrote in message
news:eerwDYKwKHA.2436(a)TK2MSFTNGP04.phx.gbl...
> We are using Word 2003.
>
> I have a pseudo master document that I set up using Include Text fields.
> I am not using the master document feature at all.
>
> Each of the "subdocuments" has numbering in it (scrupulously following
> Shawna Kelley's guidelines). Of course, when I look at each of these
> documents, the numbering starts at A, B, C...
>
> When I update the fields in the main document, the numbering is continuous
> and does not restart for each subdocument.
>
> Is there a way to indicate that the numbering should restart at the
> beginning of each subdocument, either by doing something to the numbering
> in the subdocument or by doing something before each include text field in
> the master?
>
> Thanks in advance,
> Allison Orange
> Systems Project Consultant
> Florida Public Service Commission
> aorange(a)psc.state.fl.us
>