angel2006
04-20-2006, 08:18 PM
:confused: hi, could someone please help me with this query,
i have these tables for the query:
lecture: lecture_id (PK), module_code(FK), lec_date
module: module_code(PK), info about it...
student_modules: student_id(FK), module_code(FK)
student: student_id(PK), student details...
i need to work out which students are taking which modules, then from that result, which module has which lecture. So in the end i want to create a new form which will allow me to create a check box for attendance for that student's lecture.
could some 1 help????
i have these tables for the query:
lecture: lecture_id (PK), module_code(FK), lec_date
module: module_code(PK), info about it...
student_modules: student_id(FK), module_code(FK)
student: student_id(PK), student details...
i need to work out which students are taking which modules, then from that result, which module has which lecture. So in the end i want to create a new form which will allow me to create a check box for attendance for that student's lecture.
could some 1 help????