C
Chris
Hello All, I'm kind of desperate for an answer so please help me. It's my
birthday!
I'm trying to find out the number of classeses a lecturer teaches. I need
to display this for each lecturer.
It will produce a result like
lecturer Courses
----------------- -------
John smith 7
Samantha Jones 2
Pete Pergo 9
....
Tables
tblLecturer
-------------
lecturer ID
FName
SName
tblLectCourse
---------------
LectCourseID
LecturerID
CourseID
tblCourse
-------------
CourseID
course
I would like this result to be displayed on a listbox so if it coud be based
on a query then this would be my preffered option.
birthday!
I'm trying to find out the number of classeses a lecturer teaches. I need
to display this for each lecturer.
It will produce a result like
lecturer Courses
----------------- -------
John smith 7
Samantha Jones 2
Pete Pergo 9
....
Tables
tblLecturer
-------------
lecturer ID
FName
SName
tblLectCourse
---------------
LectCourseID
LecturerID
CourseID
tblCourse
-------------
CourseID
course
I would like this result to be displayed on a listbox so if it coud be based
on a query then this would be my preffered option.