I need to print the following address information on a report. I need to suppress Address2 when it contains a blank or a null value.
Contact Name
Company
Address1
Address2
City, State Zip
I tried checking the Suppress option in the Format Editor and entering the following formula but this did not work.
isnull ({tablename.Address2}) or {tablename.Address2} = ''
I also tried putting the field in a text box and selecting the Suppress Embedded Field Blank Lines in the Format Editor but that did not work either.