I have this as a customer name
Ms. C'Etter Sneed
and this code throws the error:
Syntax error (missing operator) in query expression ''Ms. C'Etter Sneed' as Name ....
How can I change it to allow a single quote in the data?
TIA
DougP
Ms. C'Etter Sneed
and this code throws the error:
Syntax error (missing operator) in query expression ''Ms. C'Etter Sneed' as Name ....
Code:
SQLCode = SQLCode & Chr(39) & curcust.Name.GetValue & Chr(39) & " AS Name, "
How can I change it to allow a single quote in the data?
TIA
DougP