How do i count records I've selected in a report?

M

~marie~

I need your help. I know how to count records/items in a report but my
problem is that I only want to count those records/items I want. Like for
example, “Civil Status†field, I want to count how many are married, single,
and separated in a single report. Please help me and teach me how. Thank you
very much!
 
D

Duane Hookom

If you want to see both the details and then the summary in the report
footer, I suggest you create a totals query that calculates your values.
Then use this totals query as the record source for a subreport that you can
place in your main report footer section.
 
Top