Hello,
I can't seem to get my concatenation query to work, I need it to take the separate parts of the address and put them into one field
This is what I have:
CAddress1: [CStreetNumber1] & " " & [CStreetName1] & " " & [CSuburb1] & " " & [CCity1] & " " & [CPostCode1]
Any help would be greatly appreciated
Thanks
Andy