I've got a Q.
I have a MEMO field in an ACCESS database. I have a textarea that's contents are written to the field. That part is okay.
But then, when I am showing this memo field (response.write), will line returns in the textarea be written as nothing or line returns?
And if the above's answer is yes, when response.written, will they display correctly?
(I am writing a forum)
