ImLost
Registered User.
- Local time
- Today, 02:46
- Joined
- Nov 16, 2005
- Messages
- 44
Hello!
I did a search and can't quite find what I need. I've put together several databases, but still consider myself a novice. I don't know any VBA or SQL.
I have a report based on a query and I need to calculate recidivism totals based on checked boxes for service providers.
Example:
ID# 1:
service provider one = checked
service provider two = unchecked
service provider three = checked
service provider four = unchecked
Recidivism = checked
ID#2:
service provider one = checked
service provider two = unchecked
service provider three = unchecked
service provider four = unchecked
Recidivism = unchecked
So basically, what I need to know is:
Service Provider One = 2 total records, 1 recidivated, 1 non-recidivate
Service Provider Two = 0 total records...
Service Provider Three = 1 total record, 1 recidivated, 0 non-recidivated
Service Provider Four = 0 total records...
The problem I'm having is that I can't get the formulas to count correctly. It is counting all the records regardless of which box is checked. Can you help?
I did a search and can't quite find what I need. I've put together several databases, but still consider myself a novice. I don't know any VBA or SQL.
I have a report based on a query and I need to calculate recidivism totals based on checked boxes for service providers.
Example:
ID# 1:
service provider one = checked
service provider two = unchecked
service provider three = checked
service provider four = unchecked
Recidivism = checked
ID#2:
service provider one = checked
service provider two = unchecked
service provider three = unchecked
service provider four = unchecked
Recidivism = unchecked
So basically, what I need to know is:
Service Provider One = 2 total records, 1 recidivated, 1 non-recidivate
Service Provider Two = 0 total records...
Service Provider Three = 1 total record, 1 recidivated, 0 non-recidivated
Service Provider Four = 0 total records...
The problem I'm having is that I can't get the formulas to count correctly. It is counting all the records regardless of which box is checked. Can you help?