Need average monthly amount in report.

G

Guest

I posted something simular to this a couple of days ago, but it was very
confusing to say the least. I will try to make it more clear. I have a report
with a field of transaction dates, and a field with amounts for those dates.
My problem: How do you calculate a monthly average for those amounts when
there are multible transactions in a given month?? I hope this makes some
sense to somebody. If so, I sure would like some help.
 
D

Duane Hookom

If you want to see both the transactions and the monthly totals, group your
report by month and add a text box in the group footer with a control source
llike:
=Avg([those amounts])
 
G

Guest

Thanks Duane. I will give that a try.

Duane Hookom said:
If you want to see both the transactions and the monthly totals, group your
report by month and add a text box in the group footer with a control source
llike:
=Avg([those amounts])

--
Duane Hookom
MS Access MVP

Ron Weaver said:
I posted something simular to this a couple of days ago, but it was very
confusing to say the least. I will try to make it more clear. I have a
report
with a field of transaction dates, and a field with amounts for those
dates.
My problem: How do you calculate a monthly average for those amounts when
there are multible transactions in a given month?? I hope this makes some
sense to somebody. If so, I sure would like some help.
 

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