if you want to calculate the average of a group of records then in the group footer create a text box and in the control source use the expression builder.
use a formula like: =AVG([yourTextBox])
if you want to average the entire report, then put the textbox into the report footer. If all else fails look it up in access Help, it's pretty useful in there