Saving to Access
Brought to you by:
kalperin
I have used some asp code on the page so it saves into an access database. I had the probleme of the CR which I solved by using the replace function.
Now the other problem that I have and can't fix is a square appearing in the access database.(if I press Shift + F2 the square dissapears and it looks like a CR.
I have search the net for a similar problem but all I found was:
--------------------
<textarea>
</textarea>
does not work - picking up Cr
<textarea></textarea> does
--------------------
Only I am unable to amend the JavaScript code as I am an ASP girl :/
Does anyone know a way around the problem?
Nathalie