HELP!!
I have a report, which contains the following fields;
Surname,forename,current placement, and appropriate test (..this has a value of either appropriate or Inappropriate)
The report is grouped by current placement, the details section is supressed, leaving me with just the different placements listed in the group footer. I have added a count to the report, which just counts the number of people in each placement category, which seems to work ok, using the following;
Count([Person_ID])
However, i need to split this count up in each group to show, the number of people in appropriate placements and those in inappropriate placements. How do i go about this?
Ive tried using the following, but the formula, doesnt reset with each group, it just produces a grand total.
=DCount("[Person_ID]","Carer Query","[AppropriateTest] = 'Appropriate'"
can anyone help??
I have a report, which contains the following fields;
Surname,forename,current placement, and appropriate test (..this has a value of either appropriate or Inappropriate)
The report is grouped by current placement, the details section is supressed, leaving me with just the different placements listed in the group footer. I have added a count to the report, which just counts the number of people in each placement category, which seems to work ok, using the following;
Count([Person_ID])
However, i need to split this count up in each group to show, the number of people in appropriate placements and those in inappropriate placements. How do i go about this?
Ive tried using the following, but the formula, doesnt reset with each group, it just produces a grand total.
=DCount("[Person_ID]","Carer Query","[AppropriateTest] = 'Appropriate'"
can anyone help??