I have the expression set to:
Code: Select all
{PurchaseOrder.Comp_Name}
{PurchaseOrder.Addr_Address1}
{PurchaseOrder.Addr_Address2}
{PurchaseOrder.Addr_Address3}
So instead of it displaying the data like this (if there is nothing for the Address2 field):
Code: Select all
My Company Name
My Address 1 Text
My Address 3 Text
Code: Select all
My Company Name
My Address 1 Text
My Address 3 Text
Thanks.