I have a query which counts the number of records between certain dates in a table, and of course use 'Count' for that. Now how do I count the records which have a 'Yes/No' field set to 'Yes'? I have several of these fields so I don't want to limit the query to return only 'Yes' fields, I want to count all of them.
Robert
Robert