T
Tom Bean
I am trying to create a mail merge document that conditionally includes
several other documents. I have been able to do this by using merge fields
like: { IF { Condition }<> "" "{ INCLUDETEXT "C:\\Path\\Include1.doc" }"}.
Unfortunately, all the included documents have different page set up so I
really need a Section Break before the INCLUDETEXT field like the following:
{ IF { Condition }<> "" "=====Section Break (next page)=====
{ INCLUDETEXT "C:\\Path\\Include1.doc" }"}.
When I string multiple of these IF fields together to include other
documents, the Section Break is converted to a Page Break. This causes the
page set up for the included document to be lost.
If I insert a paragraph mark (enter) between the Section Break and the
INCLUDETEXT field, the Section Break is not converted to a Page Break but I
get a blank line for every document that is not included.
Is there another way to accomplish conditionally including multiple
documents to retain their page set up without inserting blank lines?
Thanks,
Tom
several other documents. I have been able to do this by using merge fields
like: { IF { Condition }<> "" "{ INCLUDETEXT "C:\\Path\\Include1.doc" }"}.
Unfortunately, all the included documents have different page set up so I
really need a Section Break before the INCLUDETEXT field like the following:
{ IF { Condition }<> "" "=====Section Break (next page)=====
{ INCLUDETEXT "C:\\Path\\Include1.doc" }"}.
When I string multiple of these IF fields together to include other
documents, the Section Break is converted to a Page Break. This causes the
page set up for the included document to be lost.
If I insert a paragraph mark (enter) between the Section Break and the
INCLUDETEXT field, the Section Break is not converted to a Page Break but I
get a blank line for every document that is not included.
Is there another way to accomplish conditionally including multiple
documents to retain their page set up without inserting blank lines?
Thanks,
Tom