I have a query something as follows;
Employee
Date1
TaxHeld
TaxPaid
My problem is that there are other fields used by the date1 which do not need to be in this query and when the query is run I get some blank Taxheld & TaxPaid's because the date1 field will show all dates and the Tax fields are quite rightly blank. I have tried to remove the two Tax fields when both are blank using >0 in the criteria of each but this will remove data where either one is blank. I only want to remove the blanks where both TaxHeld & TaxPaid are null or zero. I'm sure this one is simple but sometimes you (I) can't see the forrest for the trees.
Employee
Date1
TaxHeld
TaxPaid
My problem is that there are other fields used by the date1 which do not need to be in this query and when the query is run I get some blank Taxheld & TaxPaid's because the date1 field will show all dates and the Tax fields are quite rightly blank. I have tried to remove the two Tax fields when both are blank using >0 in the criteria of each but this will remove data where either one is blank. I only want to remove the blanks where both TaxHeld & TaxPaid are null or zero. I'm sure this one is simple but sometimes you (I) can't see the forrest for the trees.