Hi
This is probably really easy, however I cannot find a way to do it.
OK, I have a table that contains student records.
The first column is their name(changed to student 1, 2 etc..) the second column is the course thay have completed, and the 3rd column is whether they have passed an exam.
What I want is to create a list of learners that have not passed an exam. I can make a query that just returns "N"s however I just want it to return students names that have completed some courses, but not yet passed an exam
I have attached the table as a txt file, and from the data I would want my query to return any learner that has NOT got a y next to ANY of their courses.
So the result I would expect after the query would be:
Student 1
Student 3
Student 4
Im sure this is simple to an Access expert, but I cannot find an easy solution - any help would be appreciated!
This is probably really easy, however I cannot find a way to do it.
OK, I have a table that contains student records.
The first column is their name(changed to student 1, 2 etc..) the second column is the course thay have completed, and the 3rd column is whether they have passed an exam.
What I want is to create a list of learners that have not passed an exam. I can make a query that just returns "N"s however I just want it to return students names that have completed some courses, but not yet passed an exam
I have attached the table as a txt file, and from the data I would want my query to return any learner that has NOT got a y next to ANY of their courses.
So the result I would expect after the query would be:
Student 1
Student 3
Student 4
Im sure this is simple to an Access expert, but I cannot find an easy solution - any help would be appreciated!