S,
Something like {IF {MERGEFIELD CFOName} = """{MERGEFIELD ALTName}{MERGEFIELD
CFOName}} should work.

Signature
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in gmaxey@whamspammvps.org
> Hello,
>
> Is there any way to merge fields based on conditions, e.g.
> if the field for <<CFOName>> is empty, the field will be
> filled with <<AltName>>?
Graham Mayor - 15 Jun 2004 06:27 GMT
You have sneaked an extra " in there
{IF {MERGEFIELD CFOName} = "" {MERGEFIELD ALTName} {MERGEFIELD CFOName}}
or (I prefer to use speech marks even with fields where they are not
strictly necessary as it makes it easier to debug later)
{IF {MERGEFIELD CFOName} = "" "{MERGEFIELD ALTName}" "{MERGEFIELD CFOName}"}
should do it.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> S,
>
[quoted text clipped - 6 lines]
>> if the field for <<CFOName>> is empty, the field will be
>> filled with <<AltName>>?