> Thanks for replying.
>
> Well, the first option is a bit cumbersome. The 2nd option I've tried.
> The
> problem I'm having is that the "merged" document has many sections and the
> Find/Replace was only finding text in the current section. Any clues as
> to
> how I can make a find/replace in footers with many sections?
>
> Stephanie~
>
>
> "Peter Jamieson" wrote:
>
>> Well, sort of. You can
>> a. Put a { Filename } field into a blank document, bookmark it as fname
>> and
>> save it as (say) c:\mydocs\fname.doc
>> b. In your mail merge main document use an
>>
>> { INCLUDETEXT "c:\\mydocs\fname.doc" fname }
>>
>> c. Do the merge. The includetext survives. if you update the includetext
>> fields, you shoud see the file name of the container document.
>>
>> The problem of course is that you are left with one or more links to an
>> external document. I'd probably unlink all the INCLUDETEXT fields a.s.a.p
>>
>> To avoid that, I'd probably go for something more like
>> a. use a distinctive { PAGE } field such as
>> { PAGE \#FILENAME }
>> b. merge
>> c. use Edit/Replace or a macro to display field codes and replace PAGE
>> \#FILENAME by FILENAME
>> d. update fields.
>>
>> --
>> Peter Jamieson
>>
http://tips.pjmsn.me.uk>>
>> "Cheddarbug10" <Cheddarbug10[ at ]discussions.microsoft.com> wrote in message
>> news:F4E45B37-938B-4F65-AB90-0784A4D5D842[ at ]microsoft.com...
>> > In my primary document I have a "filename" field code in the footer.
>> > After I
>> > complete the merge, the field code becomes static. Is there a way to
>> > keep
>> > the field code in the footer?
>>
>>