Calculating an average in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The current database I am working on has numbers entered into the form view.
I need those numbers and the average of the numbers to show in the report
view and when I print. Can someone help me with this?

Thank you
 
How far have you gotten? Can we assume you have the numbers displaying in
the detail section of the report. Add a text box to the report footer
section with a control source like:
=Avg([NumbersEnteredIntoFormView])
 

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

Similar Threads

Average Age 4
Excel Sumproduct 0
where do i start 1
calculating average days 1
Calculating an Average 11
Access 2010 Reports 0
Access Access Report Works on One Machine but not Another 3
hours, minutes, seconds 4

Back
Top