View Single Post
  #1  
Old April 28th, 2010, 03:01 PM posted to microsoft.public.word.mailmerge.fields
manatee08
external usenet poster
 
Posts: 5
Default IF THEN ELSE CODE

Can someone please tell me what is wrong with this code. What I am trying to
do is:

IF NationalFilingDate field is blank, THEN input the ApplicationDate ELSE
input the NationalFilingDate using the format of MMMM dd, yyyy. This is the
code that I have so far:

{ IF { MERGEFIELD NationalFilingDate }= “” { MERGEFIELD ApplicationDate \@
“MMMM dd, yyyy” } { MERGFIELD NationalFilingDate \@ “MMMM dd, yyyy”} }