I have a report that pulls data from a TEXT data type column. When users type data into the database, hitting the ENTER key will start a new line. When I pull the text onto a report it pulls all the text as one long string. The spaces are there but the ENTER gets ignored. This makes the information hard to read. Is there any way to read up the ENTER character and have the report format the text accordingly? Or some other way to accomplish the same goal?
Thanks