R
Roger Bell
I have designed a label fomat using a Text Box as follows:
=Trim([title for pg] & " " & [lname]) & Chr(13) & Chr(10) & Trim([unit/flat]
& " " & [unit/flat no] & Chr(13) & Chr(10) & Trim([street number] & "" &
[street prefix] & " " & [street name]) & Chr(13) & Chr(10) & Trim([suburb] &
" " & [state] & " " & [pcode]))
The labels are OK except when there is no Unit/Flat in the address, a Blank
line is created. I have set Properties to Can Shrink. Is there any way that I
can remove the Blank Line when there is no Unit/Flat in the Address?
Thanks for any help
=Trim([title for pg] & " " & [lname]) & Chr(13) & Chr(10) & Trim([unit/flat]
& " " & [unit/flat no] & Chr(13) & Chr(10) & Trim([street number] & "" &
[street prefix] & " " & [street name]) & Chr(13) & Chr(10) & Trim([suburb] &
" " & [state] & " " & [pcode]))
The labels are OK except when there is no Unit/Flat in the address, a Blank
line is created. I have set Properties to Can Shrink. Is there any way that I
can remove the Blank Line when there is no Unit/Flat in the Address?
Thanks for any help