I have a report that is taking data from a table (duh!) and calculating an average of the scores for each appropriate field. I've always been under the impression that Access ignores zeros when doing averages; however, this is not true by the results I'm getting! It's simple math - I'd like to do it from the Control Source of the field, if possible. Currently the formula is =Avg([Promptness])*20 (we're taking scores of 1-5 & turning them into a 'grade' by doing the *20). Is there a relatively easy way to get Access to ignore the zeros? I have confirmed that all of the fields containing the data are numeric fields. Thanks!