View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Gary Gary is offline
external usenet poster
 
Posts: 104
Default Using OR statements in an If, then, else statement

I'm trying to create an "if, then, else statement". I understand the basics
of If {mergefield XX} = "A" "Print this" "Dont print this".

How do I have the statement search for multiple criteria..If {mergefield XX}
= "A or B or C" "Print this" "Dont print this"...without having to create a
statement for each variable individually.