Hi,
I'm trying to print an address. i.e.
Company_name
Address_line1
Address_line2
Address_line3
City, State zip5-zip4
How do I suppress address_line3 if it is null? And, by suppress, I mean don't have a blank line where address_line3 should be, but instead, move city/state/zip line up. You know? So the entire address doesn't have blank lines.
Also, how can I "combine" city/state/zip5/zip4 into one field so there aren't spaces after city and after state? You know, so the varying length of city will blend in with a comma with the state. You know? I don't want spaces after city just because the city name is small.
Lastly, probably along the same lines as the first 2 questions, how do i suppress the dash and zip4 if zip4 is null?
Thank you so much!
mnguyen_va@yahoo.com
I'm trying to print an address. i.e.
Company_name
Address_line1
Address_line2
Address_line3
City, State zip5-zip4
How do I suppress address_line3 if it is null? And, by suppress, I mean don't have a blank line where address_line3 should be, but instead, move city/state/zip line up. You know? So the entire address doesn't have blank lines.
Also, how can I "combine" city/state/zip5/zip4 into one field so there aren't spaces after city and after state? You know, so the varying length of city will blend in with a comma with the state. You know? I don't want spaces after city just because the city name is small.
Lastly, probably along the same lines as the first 2 questions, how do i suppress the dash and zip4 if zip4 is null?
Thank you so much!
mnguyen_va@yahoo.com