Is there anyway to create a flow type of layout? For example, I need to create an address label. There can be up to 5 address lines.
Name
address1
address2
city/state
zip
Is there anyway to have it only show 4 lines together if lets say, address2 is blank
it pulls the address from a database.
Right now it displays:
Bob Smith
123 main st
NULL
SomeCity, State
12345
I know I can get NULL not to show up, but there will still be a blank line.
Thanks