So I actually use tags in the text field. For example, If I want mysql to output something like..
Hello, I want a line break
When this is displayed.
I would write in the Access db field...
Hello, I want a line break<br>
<br>
When this is displayed.
Yes? And then use the htmlspecialchars function?