View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mailmerge field result to insert word document

You could use

{INCLUDETEXT "D:\\Path\\{Mergefield EntryID}"}
OR
{INCLUDETEXT "D:\\Path\\{Mergefield EntryID}.doc"}

Depending on what is in the EntryID field

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Primus" wrote in message
...
I have a my data source for mailing customers and once merged the «EntryID»
show ##### which is the customers unique .doc file name.

What I need to then get word to do is instead of showing this number is to
find the relating .doc file and insert the text from it.

Is this possible?