Date fields in Sorce into Mail-Merge

R

rquackenbush

Is there any way to avoid default date/time from
appearing in a mail-merge when the dat field is formated
for a date but has no data.
 
G

Graham Mayor

Identify *exactly* what the mergefield produces when it contains no data,
then trap this with a conditional field eg
{IF {Mergefield fieldname} <> "the data it produces" "{Mergefield
fieldname}"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top