View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
ibmm ibmm is offline
external usenet poster
 
Posts: 6
Default If/ and/ or statements with mail merge.

I am trying to figure out how to use an and statement with the mergefields.

if {MERGEFIELD TEST} = "nc" AND {MERGEFIELD TEST1} = "chg" {includetext
.....} " "}

but it's not working. how do you do this.