I have inherited a database at work that has a notes box on a form. However,
instead of being a single Memo field, the notes is actually 8 separate text
fields, Notes1, Notes2.... etc. I would like to merge all these separate
text fields into a single memo field. I know how to run an update query to
merge them using the & sign to join two strings together, but how can I
force a carriage return (new line) after each field has been joined, so that
each text field would have it's own line in the resulting memo box on a
form? I would be grateful for any help. Jacko