I'm trying to create a report to count females/males in classes in a specific semester. I've created a query to select the semester I want. When I run a report over the queried file I get total females/males of the whole file. I accidently ran the DCOUNT on the whole file. But I've been told that I can't run DCOUNT on an on-the-fly queried file. How do I get around this?