I see the same thing here, but only when I merge to HTML format.
Using e.g.
{ SET LExpDate { MERGEFIELD ExpirationDate } }{ IF { MERGEFIELD
ExpirationDate } <> "" { IF { MERGEFIELD ExpirationDate \@
"yyyyMMdd" } < { DATE \@ "yyyyMMdd" } "Your insurance expired on {
LExpDate }
.<Enter>
" "{ IF { MERGEFIELD Amount } <> "" "Your insurance limit is { MERGEFIELD
Amount }.<Enter>
" }}}
works OK here.
Peter Jamieson
>I have a mail merge document containing the following:
>
[quoted text clipped - 24 lines]
> Thanks,
> Tom
Tom Bean - 20 Jun 2006 22:09 GMT
Peter,
I implemented you suggestion and the "SET" solved the problem with the
eMail.
Thanks very much,
Tom
>I see the same thing here, but only when I merge to HTML format.
>
[quoted text clipped - 41 lines]
>> Thanks,
>> Tom