Over all Average

G

Guest

i am trying to get an over average on stats that is entered in the database.
When I create a qurey i use the average formula for each field that applys.
Once I run th ereport each entry that is entered appears. I am trying to have
it show just the average of all enteries. Is this possible.
 
W

Wolfgang Kais

Hello gwtechie72.
i am trying to get an over average on stats that is entered in the
database. When I create a qurey i use the average formula for each
field that applies. Once I run th ereport each entry that is entered
appears. I am trying to have it show just the average of all
enteries. Is this possible?

Well, you could base the report on your averaging query.
Or, you can use your previous report and add average formulas in the
report footer. To hide the details, make the detail section invisible.
 
G

Guest

How is this done. I have tryed to average out and when I run the report all
the enteries still show
 
W

Wolfgang Kais

Hello gwtechie72.
How is this done. I have tryed to average out and when I run the report
all the enteries still show

You base the query on the core data, the detail section will contain
controls that display those values. In design view of the report, you
can click on the details section marker and then use the properties
window to change the property "visible" to false.
If you wanted to see the average of a field named ValueX, you should
add a textbox to the report footer section that as a control source
of "=Avg([ValueX])" (without quotes).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top