A quick question: I have a query that determines whether a date entered by a user is within certain parameters. I have it set up (using IFF) to return 'True' if it is within the parameters, 'False' if it is not. What I need the query to do is to count the number of Trues and Falses from this record.
My instinct was to use the COUNT function, but this seems only to count the number of records, not to count the number of each value returned in a record. Any help? Thanks in advance.
My instinct was to use the COUNT function, but this seems only to count the number of records, not to count the number of each value returned in a record. Any help? Thanks in advance.