Short of using TC fields, I don't know of any way to do this.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I have a multi-page document that has a one-line table comprising 4
> cells at the top of each page (not header). The table content on each
[quoted text clipped - 8 lines]
> Thanks,
> Robertgo, UK
Stefan Blom - 28 May 2007 09:05 GMT
And to have the table of contents entry (created from the TC field)
update semi-automatically, you can bookmark the various parts and add
them in the TC field:
{ TC "{REF bm1 } { REF bm2 } { REF bm3 } { REF bm4 }" \l 1 }
Note that these nested fields cannot be inserted via the Mark Table of
Contents Entry dialog box; instead, you will have to press Ctrl+F9 to
insert each pair of field delimiters, { }. Then type the code. Press F9
to update. Use Alt+F9 to show/hide field codes. To show/hide the TC
fields, toggle the display of hidden text.
"bm1" etc. are bookmark names; you can use something more descriptive if
you prefer. \l 1 (lower-case L followed by the number 1) indicates that
the text should be at the top level in the TOC. You can type a different
number if you want it to be at a different level.
For a slightly different approach, using STYLEREF fields, see Suzanne's
article at http://sbarnhill.mvps.org/WordFAQs/StyleRef.htm.

Signature
Stefan Blom
Microsoft Word MVP
> Short of using TC fields, I don't know of any way to do this.
>
[quoted text clipped - 10 lines]
> > Thanks,
> > Robertgo, UK