counting groups of records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I count the number of unique groups in a report (rather than the
number of records within each group)? Thank you.
 
Add a text box in th group header
Name: txtCountGroup
Control Source: =1
Running Sum: Over All
Visible: No

Then add a text box to the Report Footer section:
Control Source: =txtCountGroup
 

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

Back
Top