I have a field in an Access db that can contain quotation marks. I need to display it on the web but the quotation marks throw off the sql statement. How can I replace the quotes in a statement so they will also display the value w/ the quotes on the webpage in ASP.
I have this so far:
PERFORMER_NAME= Replace(Info("performer_name"),,)
Thanks!