Group Footer record count

B

Bill

In the group footer event code, how does one
obtain the count of the number of records that
comprise the group.
 
M

Marshall Barton

Bill said:
In the group footer event code, how does one
obtain the count of the number of records that
comprise the group.


Maybe you can use a text box enpression like:

=Count(*)
 
Top