Count "Visible" Date field

M

Mary

Is there a way to count only the visible records on a
report? My report hides duplicate values for some
fields. The total is including all records, even the
duplicates.

Thanks,
Mary
 
D

Duane Hookom

You could create a group header on the field that you are "hiding". Add a
text box to the group header section:
Name: txtCountIt
Control Source: =1
Running Sum: Over All
Add a control in the report footer:
Control Source: =txtCountIt
 

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