I have a table with the following fields and data:
Prod_Cat: 1, 2, 3...10
New_Money: 0 through 999
I would like to create a query that excludes records when Prod_Cat = 6 and New_Money is not greater than 0 and Prod_Cat = 9 and New_Money is nor greater than 0. Is there a way to assign criteria in the New_Money field that applies only to those Prod_Cat types, but not to the rest of the Prod_Cat types without creating a separate query and then merging?
Trey
Prod_Cat: 1, 2, 3...10
New_Money: 0 through 999
I would like to create a query that excludes records when Prod_Cat = 6 and New_Money is not greater than 0 and Prod_Cat = 9 and New_Money is nor greater than 0. Is there a way to assign criteria in the New_Money field that applies only to those Prod_Cat types, but not to the rest of the Prod_Cat types without creating a separate query and then merging?
Trey