G
garydave2
I am the database person for an art school with an Access 2K database
with many linked tables. I need to constuct a query to produce a list
of all the past classes with an enrollment of less than 2 students.
How do I construct this query? I have the linked tables a
tblRegistrations, tblClasses, tblClasstitle, and tblClassinstructor.
I want the final query to have ClassTitle, ClassInstructor, and
ClassEnrollment Total (based on tblRegistrations which has one record
per student registration), filtered to only include classes with <3
students.
This probably requires two queries, one of which references the
other. Can anyone give me some guidance on the SQL to construct the
required queries?
Thanks!!
Gary
with many linked tables. I need to constuct a query to produce a list
of all the past classes with an enrollment of less than 2 students.
How do I construct this query? I have the linked tables a
tblRegistrations, tblClasses, tblClasstitle, and tblClassinstructor.
I want the final query to have ClassTitle, ClassInstructor, and
ClassEnrollment Total (based on tblRegistrations which has one record
per student registration), filtered to only include classes with <3
students.
This probably requires two queries, one of which references the
other. Can anyone give me some guidance on the SQL to construct the
required queries?
Thanks!!
Gary