Eljefegeneo
Still trying to learn
- Local time
- Today, 14:31
- Joined
- Jan 10, 2011
- Messages
- 902
I have a report that counts the number of monthly calls. What I would like is an average of the monthly calls in the report footer. My total for a particular month is =Count([Date]) and I named the unbound control MonthlyTotal. This is in the DateFooter section of the report. I then put an unbound control in the report footer and used the expression = Avg([MonthlyTotal]). Of course when I changed from design view to report view, it asked me for an input of [MonthlyTotal]. I then tried =Avg([Reports]![qryLetterWritersbyDate]![MonthlyTotal]) and while it didn’t ask me for an input, there was nothing in the ubound control in the report footer. I have search for an answer, but all I find is using a query.
[FONT="]Is what I am attempting to do possible? If so, how? Thanks[/FONT]
[FONT="]Is what I am attempting to do possible? If so, how? Thanks[/FONT]