I was having an issue with forcing WORD 2003 to print a blank line when a field was empty, although I came across a solution within this forum. My problem is I don't understand how to type a paragraph mark in my code:
************
this is what I want:
This example will force a blank line even if the field is empty:
{ IF { MERGEFIELD Address2 }= "" "<paragraph mark here>
" "<paragraph mark here>
{ MERGEFIELD Address2 }" }
**************
this is what I typed:
{IF{MERGEIELD LN1} = "" "<¶>" "<¶> {MERGEFIELD LN1} "}
this is my results:
<¶>
Jane Doe
Street
City, State zip
It prints the paragraph mark as text on the blank line.
cramd2
************
this is what I want:
This example will force a blank line even if the field is empty:
{ IF { MERGEFIELD Address2 }= "" "<paragraph mark here>
" "<paragraph mark here>
{ MERGEFIELD Address2 }" }
**************
this is what I typed:
{IF{MERGEIELD LN1} = "" "<¶>" "<¶> {MERGEFIELD LN1} "}
this is my results:
<¶>
Jane Doe
Street
City, State zip
It prints the paragraph mark as text on the blank line.
cramd2