|
"I'm addicted to WDF"
Join Date: May 2003
Location: Wellington, New Zealand
Posts: 188
|
Looking for the SQL Legend!
Hi there
I am looking for a way in MS Access SQL to bring up the top 5 employees who have never failed a test, and if they have failed, they will not be shown on this list.
and also
I wish to see all of the employees that have failed at least one test and also passed one test at the same time.
Does any one have any ideas on any way to sovle these problems?
I would be extremely grateful if anyone would be able to solve any one if not all of these problems
These are the tables and their Fields
HISTORY
TestID
TestedON
EmployeeId
TestType
Passed (boolean)
DateStarted
TEST
TestType
TestDesc
Critical
Unit
EMPLOYEE
EmployeeId
FirstName
Surname
Date Of Birth
DateStarted
|