mhemans Posted February 8, 2009 Posted February 8, 2009 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.
Simon K Posted February 8, 2009 Posted February 8, 2009 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)
mr_vodka Posted February 9, 2009 Posted February 9, 2009 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.
Simon K Posted February 9, 2009 Posted February 9, 2009 Thanks John - I only started using at 8.5 but I thought I saw something once etc! Cheers Simon
Recommended Posts
This topic is 5826 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now