S
Sandy
I am trying to do the following:
I have one table with students registered in Fall [A], Winter [C] and Spring
classes. I am trying to find all students that are registered in Fall and
Spring, but not in Winter.
Query 1 - Find all students registered in the Fall
Query 2 - Find all students registered in the Spring
Query 3 - Find all students registered in both Fall and Spring
Query 4 - Find all students registered in the Winter
Query 5 - Find all students registered in the Fall and Spring but not in
Winter
I have the first 4 queries done. I need help with Query 5 to filter out the
records found in Query 4 from records found in Query 3
The criteria used is the same field each time
The queries results for Query 3 and 4 is the Student ID only
All queries are running on the same table
I know this must be simple but it is eluding me. Thanks for your help!
sandra
I have one table with students registered in Fall [A], Winter [C] and Spring
classes. I am trying to find all students that are registered in Fall and
Spring, but not in Winter.
Query 1 - Find all students registered in the Fall
Query 2 - Find all students registered in the Spring
Query 3 - Find all students registered in both Fall and Spring
Query 4 - Find all students registered in the Winter
Query 5 - Find all students registered in the Fall and Spring but not in
Winter
I have the first 4 queries done. I need help with Query 5 to filter out the
records found in Query 4 from records found in Query 3
The criteria used is the same field each time
The queries results for Query 3 and 4 is the Student ID only
All queries are running on the same table
I know this must be simple but it is eluding me. Thanks for your help!
sandra