This DB that I have inherited has several Yes/No fields in one table. Each record has some information then 5 or so Yes/No.
RecNo recDate Chk1 Chk2 Chk3......
1 1/1/01 Yes No No
2 1/1/01 No Yes Yes
3 1/2/01 Yes No Yes
I need to write a query that will total the number of "yes" records for each check box.
So the one query would tell me there are:
2 records with chk1 = Yes
1 record with chk2 = Yes
2 records with chk3 = Yes.
Any help is appreciated.
----
Access 2002 on a mixed Windows OS network.
RecNo recDate Chk1 Chk2 Chk3......
1 1/1/01 Yes No No
2 1/1/01 No Yes Yes
3 1/2/01 Yes No Yes
I need to write a query that will total the number of "yes" records for each check box.
So the one query would tell me there are:
2 records with chk1 = Yes
1 record with chk2 = Yes
2 records with chk3 = Yes.
Any help is appreciated.
----
Access 2002 on a mixed Windows OS network.