When I write the SQL common, I face a problem with the symbol "'", which same commond of SQL.
e.g
SQL = "SELECT * FROM TABLE1 WHERE FIELD1 = '" & RANGE1 & "'"
RANGE1 = "CH'NG AH TAN"
The "CH'NG" chr have "'", so SQL conflict with the sysmbol,
can anyone help me to solve this problem. OR just ask the user do not use the symbol "'"??
e.g
SQL = "SELECT * FROM TABLE1 WHERE FIELD1 = '" & RANGE1 & "'"
RANGE1 = "CH'NG AH TAN"
The "CH'NG" chr have "'", so SQL conflict with the sysmbol,
can anyone help me to solve this problem. OR just ask the user do not use the symbol "'"??