Wrap Wrap Wrap

They have: 31 posts

Joined: Dec 1999

I have a HUGE problem.
I am using Forms and ASP in order to store data in an MS
Access.
The thing is that the data that is entered in the
gets there from a cut & paste from MS Word. As a result, the text is not wrapped. I tried :
wrap = Yes
wrap = Physical
and although I use in my asp code the following:
TEXT = Request.Form("Text")
TEXT = Replace(TEXT, vbCrLf, "")
TEXT = Replace(CODE, " ", " ")
rsFormText("Text") = TEXT

,When I display the Stored text It is completely unwrapped.

Can anyone help please?!?!

Thanks

Coddy