count distinct value within a report

T

terrell

How do I count distinct social security number(ssn)within
a report driven by a query that includes multiple records
for some ssn's?
 
D

Duane Hookom

You could add a SSN group header. Then add a text box to this header
section:
Name: txtSSNCount
Control Source: =1
Running Sum: Over All

Then add a text box to your report footer:
Control Source: =txtSSNCount
 

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