Hello
Every time i input the character ' and % in the textfield it generate an error in my query.
The error:
Syntax error in query expression 'Title LIKE '%' %%';'.
My code:
adoList.Open "SELECT * FROM qryOPAC WHERE Title LIKE '%" & varExp & "%';",CoNN,3,3
tnx in advance..