C
Craig
I am using the following formula
{ MERGEFIELD FirstName \f " "}{ MERGEFIELD MiddleName \f " "}{ MERGEFIELD
LastName}
{ If { MERGEFIELD Type} = "w" "{ MERGEFIELD Title}"
{ If { MERGEFIELD Type} = "w" "{ MERGEFIELD Organization}"
{ MERGEFIELD City \f " "}{ MERGEFIELD State \f " "}{ MERGEFIELD Zip}
"w" being if the address is a work address rather than a home address.
I get the following result
John Doe
120 Somewhere Pl
Washington DC 20202-0202
How do i suppress the blank lines?
Thanks
Craig
{ MERGEFIELD FirstName \f " "}{ MERGEFIELD MiddleName \f " "}{ MERGEFIELD
LastName}
{ If { MERGEFIELD Type} = "w" "{ MERGEFIELD Title}"
{ If { MERGEFIELD Type} = "w" "{ MERGEFIELD Organization}"
{ MERGEFIELD City \f " "}{ MERGEFIELD State \f " "}{ MERGEFIELD Zip}
"w" being if the address is a work address rather than a home address.
I get the following result
John Doe
120 Somewhere Pl
Washington DC 20202-0202
How do i suppress the blank lines?
Thanks
Craig