View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor
 
Posts: n/a
Default Multiple conditions in merge

{ IF { Mergefield Amount } = 50 "{ IF { Mergefield Amount } =100 "The
amount is between 50 and 100" "" }" "" }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Stephen Green wrote:
I can't for the life of me figure out how to insert a field base on
multiple conditions. What I'd like to do, for instance, is something
like this:
If Amount = 50 And Amount =100 Then "The amount is between 50 and
100"
Can anyone help?

Stephen