After inserting the If..Then..Else field with strings of text, use Alt+F9 to
toggle on the field codes and replace the text strings with the mergefields
that you want to appear.

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
> Hi,
>
[quoted text clipped - 28 lines]
> Thanks,
> Rob
Rob - 05 Oct 2004 14:56 GMT
Thanks. This worked great!
I actually tried this prior to posting my request, but I
didn't know I needed to use reveal codes (Alt-F9) in
order to insert the fields I want. That was key.
For those of you who want to try this, make sure your
syntax is correct. It took me a couple of try's to get
it right.
The condition I used with the "If...then...else" function
was "If the <<Nickname>> field is empty, then enter the
<<First_Name>> field, else <<Nickname>> field.
My final field looked like this:
{IF {MERGEFIELD Nickname}
= "" "{MERGEFIELD "First_Name"}" "{MERGEFIELD "Nickname"}"
}
Thanks again,
Rob
>-----Original Message-----
>After inserting the If..Then..Else field with strings of text, use Alt+F9 to
[quoted text clipped - 35 lines]
>
>.