G
Guest
I have a Clients Table and an Activities Table. There is one entry for each
client with identification information. The Activities Table contains an
entry for each date that something happens to a Client. But not all Client
records have an activity and this is what causes my question, because I don't
know how to have Access just give me a summary (Count(*)) for the "active"
clients only. The two tables are linked by a Client ID. I've tried using a
Query that ties both tables together as the report source, but it counts the
Client record regardless of whether it has a matching Activity record or not.
So that is my story, and I'd appreciate any clues you could give me so that
it would add only the "matching" Client records.
Thanks, Tom
client with identification information. The Activities Table contains an
entry for each date that something happens to a Client. But not all Client
records have an activity and this is what causes my question, because I don't
know how to have Access just give me a summary (Count(*)) for the "active"
clients only. The two tables are linked by a Client ID. I've tried using a
Query that ties both tables together as the report source, but it counts the
Client record regardless of whether it has a matching Activity record or not.
So that is my story, and I'd appreciate any clues you could give me so that
it would add only the "matching" Client records.
Thanks, Tom