I've created a text box in a form where i want to to show show all my address fields like this:
address 1
address 2
City
Post code
i dont know how to start a new line so the best i can get is:
address 1, address 2, City, Postcode.
this is the code i used:
=IIf(IsNull([Address...