z178 Posted September 5, 2007 Posted September 5, 2007 I have a database that has a field for adding notes.I was using this calculation to add new notes so that each entry is on a new line. Here is the calculation I used [color:blue]MyDatabase::Notes & [color:green]"Email sent [color:green]" &[color:green]"Pending Approval[color:green]" I expected a result like this- [color:orange]Email sent Pending approval However I got a result like this- [color:orange]Email sent Pending approval In other words can I add escaped characters like r in a calculation. How else can I achieve the same result?
Vaughan Posted September 5, 2007 Posted September 5, 2007 Use the pilcrow "¶" character: on a Mac it's Option-7. MyDatabase::Notes & "Email sent¶Pending Approval"
Recommended Posts
This topic is 6288 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