For good reasons, there are a number of fields that are converted to text by the mail merge process.
The alternative is to use VBA to create a "roll-your-own" equivalent to mailmerge where in place of the mail merge main documnet you use a template containing docvariable fields instead of merge fields as in a main document and you use VBA code to interate through the data source, creating a new document from the template for each record and populating variables in that document with the values from the fields for the current record and then updating the fields in the document so that they shown the data from the record before saving and closing the document before moving on to the next record.
-- Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis.
Doug Robbins - Word MVP
"Bennett W." <BennettW[ at ]discussions.microsoft.com> wrote in message news:38884C6B-5351-43DD-BBB1-F180BC1AAB92[ at ]microsoft.com...
[Quoted Text] >I have a document where I have created cross-references to captions that >have > SEQ fields (using Word 2003). Whenever I merge to the document, the SEQ > fields and the REF fields convert to regular text. How can I preserve the > automation afforded by the field codes after a merge?
|