Hi folks,
Can anyone help? I am producing reports from a form linked to a database. The reports take the form of a letter and there there is an address displayed top left for the envelope window. The problem I have is that the address covers 5 fields (line 1, line 2, line 3, town, post code).
If I have a text box for each in the report there tend to be gaps in the address where certain fields are not used. Is there a way that I can use just one text box to display all the address fields, but with a line break between each one?
I currently have a way of displaying three fields on one line using this as the control source
=[Title] & " " & [First Name] & " " & [Surname]
How do I do the same but with a line break between each of the fields?
Thanks for any help you can provide.
Can anyone help? I am producing reports from a form linked to a database. The reports take the form of a letter and there there is an address displayed top left for the envelope window. The problem I have is that the address covers 5 fields (line 1, line 2, line 3, town, post code).
If I have a text box for each in the report there tend to be gaps in the address where certain fields are not used. Is there a way that I can use just one text box to display all the address fields, but with a line break between each one?
I currently have a way of displaying three fields on one line using this as the control source
=[Title] & " " & [First Name] & " " & [Surname]
How do I do the same but with a line break between each of the fields?
Thanks for any help you can provide.