S
Steve
Hi All
I may be trying to do something that is not possible to do, but here goes:
I am working with three tables. The first one, called students, contains a
list of all students. The second one, called sport, contains a list of
several sports the students could sign up for. A third table, called
studSport show those students that have signed up for a sport by their
unique ID's. and the sport's unique id. For instance, if the student's id is
1, and the sport's id from the sports table is 3, this data would be stored
in the studSport table as 1 and 3.
I need to be able to show a list of all students that have NOT signed up for
a specific sport. For instance, if football season is upon us, I would want
to be able to show all students who have not signed up for football. The
syntax for this kind of query is completely eluding me, so any help would be
very much appreciated.
Steve
I may be trying to do something that is not possible to do, but here goes:
I am working with three tables. The first one, called students, contains a
list of all students. The second one, called sport, contains a list of
several sports the students could sign up for. A third table, called
studSport show those students that have signed up for a sport by their
unique ID's. and the sport's unique id. For instance, if the student's id is
1, and the sport's id from the sports table is 3, this data would be stored
in the studSport table as 1 and 3.
I need to be able to show a list of all students that have NOT signed up for
a specific sport. For instance, if football season is upon us, I would want
to be able to show all students who have not signed up for football. The
syntax for this kind of query is completely eluding me, so any help would be
very much appreciated.
Steve