Eleventeen
Active member
I am using an UPDATE Query in VB something like this:
strSQL = "UPDATE tblCustomer SET CustomerName VALUES " & text1.text & ";"
Now the problem is that if a user puts in a special character like and apostrophe in the text, the query assumes its a quotation mark.
Does anyone know how to get around this?
Thanks in advance
strSQL = "UPDATE tblCustomer SET CustomerName VALUES " & text1.text & ";"
Now the problem is that if a user puts in a special character like and apostrophe in the text, the query assumes its a quotation mark.
Does anyone know how to get around this?
Thanks in advance