Count Group in Group or Report Header

K

Kirk M

How can I count the number of occurances of a group in the Group or Report
Header?
 
F

fredg

How can I count the number of occurances of a group in the Group or Report
Header?

In the Group header add an unbound text control.
Set it's control source to:
=Count(*)

The same control placed in the Report header or footer will return the
count of all records of all the groups.
 
K

Kirk M

Let me clarify. I want this control to total the number of occurrences of
that Grouping. =Count(*) counts the groups running over the report and does
not show the total till the last occurrence. I would like to put the total
count in the Report Header so I can see the total without turning to the last
page. Total of Group not total of records (just for further clarification)
 
Top