Count Group in Group or Report Header

G

Guest

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.
 
G

Guest

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)
 

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