admin
05-29-2003, 12:07 AM
Apostrophes (') can be very annoying; however, there is a simple fix.... use the Replace function:
sProduct = Request.Form("Product")
Product = Replace(sProduct,"'", """)
sProduct = Request.Form("Product")
Product = Replace(sProduct,"'", """)