A family of Microsoft word processing software products for creating web, email, and print documents.
> Can you bookmark a caption w/o picking up the entire table?
You should be able to.
> Don't know the corrrect syntax for using INCLUDE TEXT with MERGEFIELD.
{ INCLUDETEXT "the full path name of the file to be included, with double-up backslashes" thebookmarkname }
So if your caption is in c:\mydocs\mydoc.doc and you have bookmarked the caption with a boomark named "mybm" then you would need
{ INCLUDETEXT "c:\mydocs\mydoc.doc" mybm }
If that isn't working, the first things I would check are that
a. you have got the pathname correct. It's very easy to add a space at the beginning or end by accident
b. the bookmark exists, and covers the text you expect
c. you have got the bookmark name correct
Peter Jamieson