Hi everyone,
I'm going to get straight to it. Basically, what I need to do is show records based on another field.
The scenario:
I have a list of employees, the employees have attended many courses (there are different courses). The employees have either passed or failed the course. I need to create a report that shows only those that have failed 3 or more courses. The calculation has to be based on a yes/no field. I am guessing that a query has to be made, however I don't know how to go about it

.
Any ideas?