Hi, I have problems when I update text that contains the letter/symbol "&". For exameple, a text like: Music & movies..
The data loads into a dynamic textfield. I use Flash MX, Access Database and ASP.

The SQL String:
Code:
SQLstmt = "UPDATE about SET aboutText='" & replace(about, "'", "''") & "'"
Thankful for some advise
/S-fish