dimebagslash
New member
- Local time
- Today, 21:08
- Joined
- Jan 25, 2011
- Messages
- 7
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 1]),"address...",[Address 1] & "," & " " & [Address 2] & "," & " " & [City] & "," & " " & [County] & "." & " " & [Postcode])
sorry for techno-mong language.
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 1]),"address...",[Address 1] & "," & " " & [Address 2] & "," & " " & [City] & "," & " " & [County] & "." & " " & [Postcode])
sorry for techno-mong language.