You can try add a control to the Group Header section:
[tt][blue]
Name: txtCountGroup
Control Source: =Count(*)
Visible: No
[/blue][/tt]
Then add code to the On Format of the section like:
Code:
Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Me.txtCountGroup = 0
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.