I have a table that has fields Address, Address2 and Address3. Often the Address 3 field is null. How do I get the labels to remove the field when it is null? It currently leaves a space on the label.
I have tried:
=trim[(address)&"
"&(address2)&"
"&(address3)]
and
=trim[address]
=trim[address2]
=trim[address3]
Any help out there?????
Thanks,
Basia
I have tried:
=trim[(address)&"
"&(address2)&"
"&(address3)]
and
=trim[address]
=trim[address2]
=trim[address3]
Any help out there?????
Thanks,
Basia