I am trying to building a query. One field called "CounCrossSubject" has 20 available pick items. I want to show the records that have 17 of the items or is null. (I do not want to see records that have export, import or international*) In the query I can do
not "export" or is null - it works
however, when I add another item I want to exclude
Not "export" or not "International*" or is null
the query does not work. I still get "export". I don't want to add another line in my query for the 2 other "or"s (International* or Import) because I have other criteria to add which will probably require 6 other lines in my query grid. Any help would be greatly appreciated.
not "export" or is null - it works
however, when I add another item I want to exclude
Not "export" or not "International*" or is null
the query does not work. I still get "export". I don't want to add another line in my query for the 2 other "or"s (International* or Import) because I have other criteria to add which will probably require 6 other lines in my query grid. Any help would be greatly appreciated.