I have a form textarea on my page that allows users to type in several paragraphs of information. I would like to know if there exists some ASP script that will take these paragraphs and format them with the appropriate HTML tags (i.e. <P>,</P><BR>). I'm trying to add this information to an Access database and display it on a website, without having to open each Access field and add the HTML tags to the paragraphs. Can this be done? Or am I at a loss?