What is the name of the field that you want to average?
What are the names of the pertinate controls in the report?
(Don't confuse a field in the report's record source
table/query with a control (text box, etc) on the report.)
i'm a little confused by these two (i'm not a particularly
advanced user), so i'm going to answer what i think you're
asking:
my report is based on a query with the following fields:
Customer Name
App Number
Administrator
Date/time Administrator
Date/time Analyst
AdminTurnaround Hours
To my understanding, there are (outside of the average I
am trying to do) no controls in the report, I am merely
displaying the information from the query.
What was the exact expression that you used?
I placed a text box in the Page Footer labelled Average:,
and the Expression was =Avg([AdminTurnaround Hours]).
Now, instead of prompting me for parameters, it is showing
the Average field on the report, but returning #Error
instead of a value.