Count (grrr...)
Hi, all.
I don't know why this is complicated, but...
I'm trying to count all records for which the value of a certain field is true (the field is a True/False data type).
What I get is the total number of records, not just the ones with the box checked.
I've tried all sorts of Count variations to no avail.
e.g.
SELECT Count(MOL.Hand) AS CountOfHand
FROM MOL
HAVING (((Count(MOL.Hand))=True));
Any wisdom?
Thanks.
Rodney
Hi, all.
I don't know why this is complicated, but...
I'm trying to count all records for which the value of a certain field is true (the field is a True/False data type).
What I get is the total number of records, not just the ones with the box checked.
I've tried all sorts of Count variations to no avail.
e.g.
SELECT Count(MOL.Hand) AS CountOfHand
FROM MOL
HAVING (((Count(MOL.Hand))=True));
Any wisdom?
Thanks.
Rodney