Hi All:
I want to be able to calculate the average for a field. In this field you can have 0,1,2,3,4 and 5. 0 represents "Does not apply". So I don't want to have any zeroes calculated into my average. Becasue of this, I cannot use the Avg() Func. I could use =DAvg([QR1],"qryResponse",[QR1]<>0). However, I have ten fields that I want to do this calc on and it's very slow. Further, the table in which I want to do this calc on is going to be up on a network . . . .thus it will be much slower.
How can I overcome this speed issue?
Thank you!
Rich
I want to be able to calculate the average for a field. In this field you can have 0,1,2,3,4 and 5. 0 represents "Does not apply". So I don't want to have any zeroes calculated into my average. Becasue of this, I cannot use the Avg() Func. I could use =DAvg([QR1],"qryResponse",[QR1]<>0). However, I have ten fields that I want to do this calc on and it's very slow. Further, the table in which I want to do this calc on is going to be up on a network . . . .thus it will be much slower.
How can I overcome this speed issue?
Thank you!
Rich