I have a table with Addresses " tblAddress " it may only have 2 to 6 or so addresses.
I want to click a button on my form and pull all of them from that table and concatenate them all in a Long Text field name " txtAllAddress " with " / " in between them.
Like this:
" & Address1 & "/ " & Address2 & "/ " & Address3 & " "
Thanks for any help.