I have a DB that collects information of employees that has taken a test. In this table I gather information like Firstname, Lastname, employeeNumber and Grade. I need to query on the grade and run reports off of that query. I am running into a problem. I sometimes have employees that has taken the test more then once so it is thorowing my percentages off. I need if the employee has taken the test more than once show me only the pass result. I also need that if they took the test only once show me the grade whether it is pass or fail. Can someone please help me?