I have a table (Access 2002) with five fields: Product, Year 1, Year 2, Year 3, Year 4.
There are 200 records. Some products have no sales for all four years. Other products may have sales for one or more of those years. I want to design a query to filter out all records with no sales for all the years.
The method I have been using so far, is to add “Is Not Null” for each of those years on a different row in the Query design table.
I now have a much larger table with 15 fields for the years. Is there a way of entering the “Is Not Null” criteria for each of those 15 year fields with the “OR” condition at one location only on the Query design table?
There are 200 records. Some products have no sales for all four years. Other products may have sales for one or more of those years. I want to design a query to filter out all records with no sales for all the years.
The method I have been using so far, is to add “Is Not Null” for each of those years on a different row in the Query design table.
I now have a much larger table with 15 fields for the years. Is there a way of entering the “Is Not Null” criteria for each of those 15 year fields with the “OR” condition at one location only on the Query design table?