J
Julius
I have a report in which I am inputting monthly averages from Jan-Dec,
manually using a form. The code below is what I used to have the averages per
month show up on the report. I have a totals column, how do I get an average
of the average for the totals.
=Sum(IIf([QualityMonthID]=1,[QualityVisionAvg],0))
manually using a form. The code below is what I used to have the averages per
month show up on the report. I have a totals column, how do I get an average
of the average for the totals.
=Sum(IIf([QualityMonthID]=1,[QualityVisionAvg],0))