I want to merge something that needs to have two conditions before it is
merged as one thing or the other.
It is of the form If Mergefield1 >3 and Mergefield2 = "value" then say this,
but if Mergefield1 <3 and Mergefield 2 = "value" say this.
What is the actual field code context to do this?
TIA
dixie
Graham Mayor - 18 Feb 2005 09:02 GMT
{ IF { Mergefield field1 } > 3 "{ IF { Mergefield 2 } = "value" "Put the
true result here" "put the false result here" } "put the false result here
also" }

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I want to merge something that needs to have two conditions before it
> is merged as one thing or the other.
[quoted text clipped - 6 lines]
> TIA
> dixie