I have one paragraph that needs to be printed if 2 conditions are met.
If spring and program_code then paragraph. I have 20 program codes. I
can't find an easy way to do this.
Do I have to have the paragraph entered in 20 times? I do not want to use
the includetext field.
Thanks.
What type of merge document is this?
If Includetext for some reason is unacceptable then how about an autotext
field?
Assuming your fieldnames are spring and program_code and you need a true
result then something like
{IF {Mergefield Spring} = "true" "{IF {Mergefield field_code} = "true" "Put
your paragraph, includetext field or autotext field here"}"}
If you are producing a list, set the document type to directory/catalog. and
enter the information just once.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I have one paragraph that needs to be printed if 2 conditions are met.
>
[quoted text clipped - 5 lines]
>
> Thanks.
smchugh - 08 Nov 2005 16:48 GMT
This is just a letter document.
Okay, your suggestion worked, but that leaves me with this issue...
I will have to do that statement approx 15 more times
{IF {Mergefield Term} = "Spring" "{IF {Mergefield program} = "xx" "Put
your paragraph"}"}
{IF {Mergefield Term} = "Spring" "{IF {Mergefield program} = "xy" "Put
your paragraph"}"}
How do I put them all together to make sure I do not have spacing issues.
> What type of merge document is this?
>
[quoted text clipped - 18 lines]
> >
> > Thanks.
Doug Robbins - Word MVP - 08 Nov 2005 19:49 GMT
{ IF { Mergefield Term } = "Spring" "{ IF {Mergefield program } = "xx" "Put
your paragraph for Program xx" { IF { Mergefield program } = "xy" "Put
your paragraph for Program xy" { IF { Mergefield program } = "xz" "Put
your paragraph for Program xz" [etc] } } }"" }

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
> This is just a letter document.
> Okay, your suggestion worked, but that leaves me with this issue...
[quoted text clipped - 32 lines]
>> >
>> > Thanks.