count number of sub groups in higher group"

B

Bill Cormier

How do I set it up to count (and display) the number of sub-groups that there
are in the higher level group and report footer scetions?
 
D

Duane Hookom

If I understand correctly, you can add a text box to the group header:
Name: txtCountGroup
Control Source: =1
Running Sum: Over All
Add a text box to the Report Footer:
Control Source: =txtCountGroup
 
Top