:banghead:Hi, I have a 2010 DB with a table holding student details and another table holding the subjects in which they are enrolled.
How can I select those students who are enrolled in a group of courses. So students in all (subject A, subject B, Subject C). Not students who are enrolled only in one of the subject group.
I could do this with a series of queries, refining the group of students each time, but is their a simpler way?
How can I select those students who are enrolled in a group of courses. So students in all (subject A, subject B, Subject C). Not students who are enrolled only in one of the subject group.
I could do this with a series of queries, refining the group of students each time, but is their a simpler way?