I am trying to create report that will show one field from the database. That field is a memo field and its very long, I would like to break it to the next line at specific places, but I can't break it at specific places because Access Reports doesnt understand \n.
Here is a sample field from the database:
"Text text \n Text2 text2 \n Text3 text3"
I want it to show up in report as"
Text text
Text2 text2
Text3 text3
Thanks in advance...