DCount by Group

G

Guest

I have a database that tracks individuals and status of classes - Completed,
Passed or Null if they haven't attended.

I have a report that is grouped by Organization. I want to be able to count
the number Passed and the number Completed for each organization. When I
insert the DCount function, I get the total for the report not for the group.

What am I doing wrong?

Thanks for any help
 
J

John Vinson

I have a database that tracks individuals and status of classes - Completed,
Passed or Null if they haven't attended.

I have a report that is grouped by Organization. I want to be able to count
the number Passed and the number Completed for each organization. When I
insert the DCount function, I get the total for the report not for the group.

What am I doing wrong?

Probably using incorrect criteria in the third argument of the DCount
(which you didn't post).

I'd suggest instead grouping the Report by organization and then by
status and doing the counts in the Report grouping, though - probably
simpler!

John W. Vinson[MVP]
 

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

Similar Threads

Access Dcount (multiple criteria) 3
Access Dcount function in access 0
DCount within a Group 2
DCount 4
Dcount question 6
DCount error 7
Dcount Question! 2
DCount in group footer 4

Top