{ IF { MERGEFIELD personalia } = "Civil Registry" { INCLUDETEXT
"drive:\\path\\text1.doc" } { IF { MERGEFIELD Personalia } = "company badge"
{ INCLUDETEXT "drive:\\path\\text2.doc" } { INCLUDETEXT
"drive:\\path\\text3.doc" } } }
You must use Ctrl + F9 to insert each pair of field delimiters { } and you
will need to adjust the INCLUDETEXT fields shown above so that the actually
point to the required text.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
> Most probably this has a simple solution, but at the moment I cannot seem
[quoted text clipped - 11 lines]
> includetext text3.
> Thanks, Lupe
Lupe - 30 Aug 2007 21:08 GMT
Doug, Many Thanks!
I figured it out via Word merge field IF THEN ELSE, but the other way around
(I used <> "civil..etc.), but this is much easier.
Lupe
> { IF { MERGEFIELD personalia } = "Civil Registry" { INCLUDETEXT
> "drive:\\path\\text1.doc" } { IF { MERGEFIELD Personalia } = "company badge"
[quoted text clipped - 19 lines]
> > includetext text3.
> > Thanks, Lupe