keelerobert
Technical User
- Aug 2, 2005
- 17
I have a subform that lists minutes logged in by employees. I need to know the average of the minutes logged but only include the days when minutes are logged. i.e. on four days the minutes are 5 3 0 0. I want the average to calculate 4 not 2. Because two of the fields contain a zero and not null they are included in the average. Can i tell the average command to ignore the zero's?