February 8, 200917 yr I have a db, with three tables. Two of the tables have data in them that get used by two different departments. I have the third table to give me a summary of the two other tables. The issue I have is that the first two tables have a notes field that I want to merge in the third. I know how to add characters or spaces to separate things, but in this case I want to add a carriage return. How do I go about that.
February 8, 200917 yr You use the pilcrow symbol ¶ You do not need to put it within quotes so it would be notesa & ¶ & notesb (It may be in older versions you do have to put it in quotes - no doubt someone will chime in to help clarify that point)
February 9, 200917 yr You do not need to put it within quotes It may be in older versions you do have to put it in quotes Indeed you do not have to put quotes in newer versions like you had to in pre 7 versions.
February 9, 200917 yr Thanks John - I only started using at 8.5 but I thought I saw something once etc! Cheers Simon
Create an account or sign in to comment