{ IF{ MERGEFIELD "Field1" } = "" <Enter>
"" { MERGEFIELD "Field2" }}
will always give you a blank line
Perhaps you really want
{ IF{ MERGEFIELD "Field1" } = "" "{ MERGEFIELD "Field2" }" "{ MERGEFIELD
"Field1" }<Enter>
{ MERGEFIELD "Field2" }" }
You must use Ctrl+F9 for each pair of field delimiters {}

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hello,
>
[quoted text clipped - 10 lines]
>
> Eric
Eric - 27 Mar 2008 21:54 GMT
Hi Doug,
I tried this: { IF{ MERGEFIELD "Country" } = "" "" <Enter>} but all it does
is write <Enter>...
What am I missing?
Thank you.
Eric
>{ IF{ MERGEFIELD "Field1" } = "" <Enter>
> "" { MERGEFIELD "Field2" }}
[quoted text clipped - 22 lines]
>>
>> Eric
Eric - 27 Mar 2008 22:19 GMT
I got it ... Sorry I didn't realize that <Enter> meant pressing the Enter
key...
It's working now.
Thank you.
Eric
> Hi Doug,
>
[quoted text clipped - 33 lines]
>>>
>>> Eric