When I run an update query to update one table in my database with information from another table I'm getting problems with a field for an address. I have my table set up so that addresses are entered into one field rather than separated into several different fields for street/town/county etc. I'd rather not have to change this for all my records if possible!
Problem is, when the query updates the table, it ignores line breaks and replaces them with a box symbol resulting in something like this:
Address Line 1,Address Line 2,Address Line 3, etc.
This looks dreadful when viewed through the form and of course is no good for printing off address labels. I need:
Address Line 1,
Address Line 2,
Address Line 3
etc.
Is there any way around this problem?
Problem is, when the query updates the table, it ignores line breaks and replaces them with a box symbol resulting in something like this:
Address Line 1,Address Line 2,Address Line 3, etc.
This looks dreadful when viewed through the form and of course is no good for printing off address labels. I need:
Address Line 1,
Address Line 2,
Address Line 3
etc.
Is there any way around this problem?