M
Mike
I have an issue and I'll try to simplify it with this example. I have a
table (tblSafety) that has 3 Columns - Record ID, Swings, Slides. The Swings
and Slides fields are combo boxes with the option to select Yes, No, At Risk,
N/A. I want to write a query that gives me the total number of times "No" or
"At Risk" occurs in the table and the total combined count of Swings + Slides
fields.
So I would end up with the results of 6 times either "No" or "At Risk"
occurred out of a total of 20 occurrences.
I'm lost as to how to write this query. I'm pretty new to SQL and VBA, so
please speak slowly.
table (tblSafety) that has 3 Columns - Record ID, Swings, Slides. The Swings
and Slides fields are combo boxes with the option to select Yes, No, At Risk,
N/A. I want to write a query that gives me the total number of times "No" or
"At Risk" occurs in the table and the total combined count of Swings + Slides
fields.
So I would end up with the results of 6 times either "No" or "At Risk"
occurred out of a total of 20 occurrences.
I'm lost as to how to write this query. I'm pretty new to SQL and VBA, so
please speak slowly.