Counting likes in a Field

Castaway

Registered User.
Local time
Today, 13:51
Joined
Feb 26, 2001
Messages
17
If I have a report which one field that contains 1 or 2. How do I count how many 1's that appeared and 2's that appeared? Thanks
 
Well I was able to count the 1's and 2's but with them being grouped I get more then I want. I am looking for just counting the group once, not all the details. Is there a way to Distinct the Count like the way Crystal does?
 
Query the report record source, building two fields One and Two and populate them accordingly, that is, if a 1 stick a 1 in the One field, if a 2 stick a 1 in the Two field. Then group and sum.
 

Users who are viewing this thread

Back
Top Bottom