I would like to calculate the total number of records either identified as >10 or >15. This is the coding I have thus far for >10 Expr3:IIf([VARIANCE DATE] Between 10 And 14,">=10")
>15 Expr4: IIf([VARIANCE DATE]>=15,">=15")
My expressions Identify accurately what columns are greater than 10, and the other expression identifies which columns are greater than 15. But I cannot get the sum function to work. I need for the query to count how many records are greater than 10 days and how many are greater than 15 days.
Thanks and Regards
Charles
>15 Expr4: IIf([VARIANCE DATE]>=15,">=15")
My expressions Identify accurately what columns are greater than 10, and the other expression identifies which columns are greater than 15. But I cannot get the sum function to work. I need for the query to count how many records are greater than 10 days and how many are greater than 15 days.
Thanks and Regards
Charles