Double condition for merge

D

dixie

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
 
G

Graham Mayor

{ IF { Mergefield field1 } > 3 "{ IF { Mergefield 2 } = "value" "Put the
true result here" "put the false result here" } "put the false result here
also" }


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top