> Any thoughts or is this request clear as mud
The requirement is clear. It's less clear what options are available to you.
> (I
> apologize. lack of sleep due to just having triplets).
Sheesh, best of luck! (FWIW my niece-in-law is a triplet and she is just
great.)
Probably the simplest approach if you have enough control over the merge
applications is to define all the relevant IF statements inside a separate
Word .doc file that you include using an INCLUDETEXT field. Then, when the
conditions need to change, you change the included .doc and all the merge
applications that INCLUDETEXT that file should change without any additional
effort from you.
Depending on what you are attempting, you may need to avoid INCLUDETEXTing
the last paragraph mark in the incudeteted document, in which case,
a. select everything in the includetexted file except the final paragraph
mark and bookmark it with a name, e.g. torso
b. use
{ INCLUDETEXT "<the path name of your file with doubled-up backslashes>"
"torso" }
in your mail mere main document
Whatever you do, test, test, test.

Signature
Peter Jamieson
> I am doing a merge with a .dat file that is created by a
> company that hosts our application for us so I have no
[quoted text clipped - 28 lines]
>
> Thanks in advance for any suggestions...