View Single Post
 
Old 03-05-2022, 07:56 AM
BernieB BernieB is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2022
Posts: 4
BernieB is on a distinguished road
Default

Thank you Charles, it worked!

Here is my code now:

{QUOTE{IF{MERGESEQ}=1 {SET Key ""}}"{IF{MERGEFIELD Organization}
<>{REF Key \*MERGEFORMAT} "{IF{MERGESEQ}>1 ""}{QUOTE 12}
{MERGEFIELD Organization}

{MERGEFIELD Name \*MERGEFORMAT}{SET Key{MERGEFIELD Organization}}"
{MERGEFIELD Name}}
{MERGEFIELD Title}
{IF {MERGEFIELD Address_1} > "" "{MERGEFIELD Address_1} }"
{Address_2}"
{City}, {Province} {Postal_Code}}


Dear Paul,

I kept trying to get either the \b or \f switches to work but I am still getting a blank line.

Here is what I tried (either the \f or the \b):

{QUOTE{IF{MERGESEQ}=1 {SET Key ""}}"{IF{MERGEFIELD Organization}
<>{REF Key \*MERGEFORMAT} "{IF{MERGESEQ}>1 ""}{QUOTE 12}
{MERGEFIELD Organization}

{MERGEFIELD Name \*MERGEFORMAT}{SET Key{MERGEFIELD Organization}}"
{MERGEFIELD Name}}
{MERGEFIELD Title}
{MERGEFIELD Address_1 \f"
"}
{Address_2}"
{City}, {Province} {Postal_Code}}

Thank you both so much for your help. Paul your guides are amazing!

Bernie
Reply With Quote