Thread: [Solved] Suppress blank lines
View Single Post
 
Old 09-13-2020, 02:29 PM
Khalil Khalil is offline Windows 10 Office 2010
Novice
 
Join Date: Sep 2020
Location: Melbourne
Posts: 3
Khalil is on a distinguished road
Default

I have a directory where I wish to keep two records in one page.
To keep the second record in the same page I used "If... then:"
Code:
{IF { MERGEFIELD } ADDRESSE2} = <> "" { MERGEFIELD} ADDRESEE2 } ""}
When the field is blank, I shall have a blank line that I want to get rid of, and when I remove the line, in the following records, if the field is not blank I shall have the following on the same line:
<<Addresee2>> <<Suburb>>
I want to keep the <<Suburb>> in a separate line, which is impossible for me to fix.
Reply With Quote