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.