G
Guest
TIA
I need to write a query that will allow me to count the number of records that meet a set of criteria for a given time frame (usaully a month).
Field1 is Yes or No
Field2 is Yes or No
Field3 is Yes or No
Field4 is CalculatedField1 <= Field5
So if any of the fields 1,2,3 are Yes AND Field4 is less than or equal to a threshhold value (found in Field5) then I need to be able to count it. Yes can be in one, two, or all three of the Yes/No Fields; so long as a Yes is found (and Field4 evaluates as true) I need to count it.
I hope I've been clear.
Michael
I need to write a query that will allow me to count the number of records that meet a set of criteria for a given time frame (usaully a month).
Field1 is Yes or No
Field2 is Yes or No
Field3 is Yes or No
Field4 is CalculatedField1 <= Field5
So if any of the fields 1,2,3 are Yes AND Field4 is less than or equal to a threshhold value (found in Field5) then I need to be able to count it. Yes can be in one, two, or all three of the Yes/No Fields; so long as a Yes is found (and Field4 evaluates as true) I need to count it.
I hope I've been clear.
Michael