W
w
Hi! I am having trouble with one of my queries. Basically
I have a database where one can enter in course type,
instructors, students, number of students, etc. What I
have done is created a query that groups on the course
type and then counts the number of instructors within each
course type. I am able to count the number of courses that
were taught. All of what I have done seems to work fine
except that when the number of instructors is counted the
query counts the instructor for every course. So for
example, there may be 2 instructors that taught 5 English
classes and my query shows 5 instructors instead of 2. Are
there any tips on how to fix this?
Thanks!!
I have a database where one can enter in course type,
instructors, students, number of students, etc. What I
have done is created a query that groups on the course
type and then counts the number of instructors within each
course type. I am able to count the number of courses that
were taught. All of what I have done seems to work fine
except that when the number of instructors is counted the
query counts the instructor for every course. So for
example, there may be 2 instructors that taught 5 English
classes and my query shows 5 instructors instead of 2. Are
there any tips on how to fix this?
Thanks!!