Hi,
I need to write a query that selects records from TblOrder where the field OrderDesc contains word "Automatic".
it says syntax error (missing operator). Anyone can help? Thnaks
I need to write a query that selects records from TblOrder where the field OrderDesc contains word "Automatic".
Code:
selectAutoOrder = "SELECT * FROM TblOrder WHERE OrderDesc LIKE * Automatic * "
it says syntax error (missing operator). Anyone can help? Thnaks