Hi Cheryl,
Ordinarily, something like this should work:
{IF{MERGEFIELD MERGEDATE}="" "" {MERGEFIELD MERGEDATE \@ "d MMM yyyy"}}
Also, provided your problem merge data never incorporates today's date, an
IF test like the following might work:
{IF{MERGEFIELD MERGEDATE \@ yyyyMMdd}={DATE \@ yyyyMMdd} "" {MERGEFIELD
MERGEDATE \@ "d MMM yyyy"}}
Cheers
> In my document, I am attempting to merge in several date
> fields that do not always contain data. I am finding that
[quoted text clipped - 13 lines]
> Oh, and did I mention that tomorrow is my last day on this
> job and I really need to have this done before I go?
Cheryl - 18 Mar 2004 15:18 GMT
Unfortunately, neither of those tips worked. The first one
behaved the same way as everything else I tried, resulting
in today's date. The second method just made all of the
data come out blank.
Thanks for the tips, though!
>-----Original Message-----
>Hi Cheryl,
[quoted text clipped - 33 lines]
>
>.