I have an Access DB with a table Keyword.
I have a query set up with field "Keyword" in the first column and "ID" and the second. What I need is help with the criteria syntax.
This table has many records and I am trying to see if current strings are present in the Keyword column.
I wrote the following
Like '%vehic%' or '%motorc%' or '%boat%
The keyword column usually has 3-5 word phrases and I am seeking any record that has Vehicle
Motorcycle or
Boat
anywhere in the cell
I know the words are there but I am not getting anything back. So I obviously have the syntax wrong.
Any help would be appreciated.
I have a query set up with field "Keyword" in the first column and "ID" and the second. What I need is help with the criteria syntax.
This table has many records and I am trying to see if current strings are present in the Keyword column.
I wrote the following
Like '%vehic%' or '%motorc%' or '%boat%
The keyword column usually has 3-5 word phrases and I am seeking any record that has Vehicle
Motorcycle or
Boat
anywhere in the cell
I know the words are there but I am not getting anything back. So I obviously have the syntax wrong.
Any help would be appreciated.