C
Charles
Hello
Small problem. I have some txt fields which can contain both some '
and some ". In MySQL, the way to neutralize a ' or a " in a query was
to place a \ before. Is there anything equivalent in Access? Or
alternatively, how should I create in VBA an sql string that says
sql="SELECT * FROM tbl WHERE tbl.name LIKE 'ooo'"
with ooo being a string, say: The'String"with'Annoying"Characters
Thanks in advance
Charles
Small problem. I have some txt fields which can contain both some '
and some ". In MySQL, the way to neutralize a ' or a " in a query was
to place a \ before. Is there anything equivalent in Access? Or
alternatively, how should I create in VBA an sql string that says
sql="SELECT * FROM tbl WHERE tbl.name LIKE 'ooo'"
with ooo being a string, say: The'String"with'Annoying"Characters
Thanks in advance
Charles