A
AIR1
I am trying to perform a query from four tables. I have one column from each
table in the query. The columns represent registrant catagories: summer,
winter, and fall, and the primary key is the student #. (Summer, winter, and
fall, come from different tables and choices in one column)
I want the query to list every student and the season participated in. But,
when I run the query, I only get students that registered for every season,
summer, winter, and fall. That is, I can't get the query to list registrants
that only participated in one season, such as winter. The query insists on
only listing the records in which the student participated in every season.
Is there any way to make the query list all students, not just the ones who
participated in every season?
table in the query. The columns represent registrant catagories: summer,
winter, and fall, and the primary key is the student #. (Summer, winter, and
fall, come from different tables and choices in one column)
I want the query to list every student and the season participated in. But,
when I run the query, I only get students that registered for every season,
summer, winter, and fall. That is, I can't get the query to list registrants
that only participated in one season, such as winter. The query insists on
only listing the records in which the student participated in every season.
Is there any way to make the query list all students, not just the ones who
participated in every season?