I have a database with address fields add1, add2, add3. I have created a memo field into which I want to copy the 3 address fields. I can do it with an update query updating the memo field with [add1] & [add2], etc.
However, I need to have each address field begin on a new line in the new memo field, e.g.
[add1]
[add2]
[add3]
What syntax should I use to make the update query insert a new line command after each address field? Or is there another procedure I should be using to accomplish this?
Thanks for the help.
Ligs
However, I need to have each address field begin on a new line in the new memo field, e.g.
[add1]
[add2]
[add3]
What syntax should I use to make the update query insert a new line command after each address field? Or is there another procedure I should be using to accomplish this?
Thanks for the help.
Ligs