I am concatenating 3 fields into one string, however, I need each field to be on its own line. I currently have my code set up like this: =concatenate([field1]," ",[field2]," ",[field3]) Is there some type of code I can use in place of the spaces to allow each field to be on its own...