View Single Post
  #6   Report Post  
cth5c
 
Posts: n/a
Default

I have a similar situation, and tried your solution. Five similar documents,
using the same data source, each letter filtering the data with SKIPIF
statements based one one of the fields. I made sure the data source (in my
case, an Excel file) was unlinked from the merge documents before I linked
them together with an INCLUDETEXT statement.

When I went to update the fields, I got the message that some or all the
fields could not be updated. Then, when I merged, I got errors, and ended up
with the first original document merged, with four INCLUDETEXT statements at
the end of each letter. What am I doing wrong?

C. Baber

"Graham Mayor" wrote:

Create a new document containing includetext fields referencing the
individual documents.
eg
{INCLUDETEXT "D:\\path\\docname1.doc"}
{INCLUDETEXT "D:\\path\\docname2.doc"}
{INCLUDETEXT "D:\\path\\docname3.doc"}
{INCLUDETEXT "D:\\path\\docname4.doc"}
{INCLUDETEXT "D:\\path\\docname5.doc"}

The original documents may have to be unlinked from the data source (set
each to normal word document from the merge toolbar -
http://www.gmayor.com/mail_merge_lab...th_word_xp.htm ) and you will
probably need to insert a manual page break between each includetext field,
to separate the documents in the final merge. Attach the data file to this
new document, select all (CTRL+A) and update the fields (F9) and you will
have a new document which links all the other documents together, which you
should be able to merge normally. Provided you update the fields in this new
document before you run the merge, and changes in the original documents
will be reflected in the merge document.

--

Graham Mayor - Word MVP

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




carrol wrote:
I have five documents with merge codes. I have the data in access.
If I merge each document with my data it's fine. However, I want to
be able to run the mailmerge for the five documents at one time with
the access data. So, I thought if I could like the docs together, I
could merge all the docs at one time rather than merging each
document separately. I don't want to have to insert each file in the
main file and merge it, I want each document in it's own file.

"Graham Mayor" wrote:

We will need a better description of what you are trying to achieve
in order to say whether this is possible.

--

Graham Mayor - Word MVP

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




carrol wrote:
I want to be able to link about 5 different documents together and
merge them with my access table.

Can this be done?

Thank you!