I have a table with a list of Item Descriptions.
They could be :
Paint, Panel, Fit, Other, Fuel, Valet, etc
I need a query to extract all possible names other than Paint, Panel, Fit.
The below PNG is showing how I thought I should base the criteria in the query, but it only works for the first line ie (Not “Paint”)
How should I correctly construct the query criteria ??