View Single Post
  #1   Report Post  
muftib muftib is offline
Junior Member
 
Posts: 1
Default Word Mailmerge IF..THEN..ELSE

Hi, I'm trying to use If,then,else in a letters mailmerge to do the following:

if the greeting field is blank, insert Title and Lastname fields, otherwise insert the greeting in the greeting field

So: {IF {MERGEFIELD Greeting} = "" "{MERGEFIELD Lastname}" " {MERGEFILED Greeting}"}

this works fine but just puts the lastname mergefield in the letter if the greeting is blank but I need it to put in Title and Lastname fields - how do you put two mergefield fields in the 'then' bit?

be very grateful for any help!!! thank you