I currently use a text box with the following
=[Account Name] & Chr(13) & Chr(10) & [Address 1] & Chr(13) & Chr(10) & [Address 2] & Chr(13) & Chr(10) & [City] & Chr(13) & Chr(10) & [County] & Chr(13) & Chr(10) & [Post Code]
to produce a name and address label but if for example the field address 2 is empty the label has a blank line. How should I set this up so as not to have blank lines?
=[Account Name] & Chr(13) & Chr(10) & [Address 1] & Chr(13) & Chr(10) & [Address 2] & Chr(13) & Chr(10) & [City] & Chr(13) & Chr(10) & [County] & Chr(13) & Chr(10) & [Post Code]
to produce a name and address label but if for example the field address 2 is empty the label has a blank line. How should I set this up so as not to have blank lines?