G
Guest
Hello,
I have an issue with my Access database. I am creating an application that
will schedules courses and add students to those courses. In order for
students to register for certain courses they must satisfy all prerequisites.
I have a Course, Course Schedule, Student, Student Course Grades, Class
Registration, and Course Prerequisite table. A course can be scheduled for 1
or more dates. Students can can be assigned to 1 or more courses. A course
may have up to 3 or no prerequisites. I want to select a course on a
scheduled date in a form. Then I want to be able to look up possible
students for that course by those that have satisfied the prerequisites. Is
there a way I can open a "table" of eligible students (those who have passed
the prerequisites) and then double-click the name of individuals I want to
add to the Registered Class? I think part of my trouble is I'm not sure how
I can link the courses students have passed with the Prerequisite table.
Meaning if a students has passed a particular course which is the only
prerequisite for another course how do I make him elgible? Do I need another
table?
I'm probably making more complicated than what it is. Any help is
appreciated.
I have an issue with my Access database. I am creating an application that
will schedules courses and add students to those courses. In order for
students to register for certain courses they must satisfy all prerequisites.
I have a Course, Course Schedule, Student, Student Course Grades, Class
Registration, and Course Prerequisite table. A course can be scheduled for 1
or more dates. Students can can be assigned to 1 or more courses. A course
may have up to 3 or no prerequisites. I want to select a course on a
scheduled date in a form. Then I want to be able to look up possible
students for that course by those that have satisfied the prerequisites. Is
there a way I can open a "table" of eligible students (those who have passed
the prerequisites) and then double-click the name of individuals I want to
add to the Registered Class? I think part of my trouble is I'm not sure how
I can link the courses students have passed with the Prerequisite table.
Meaning if a students has passed a particular course which is the only
prerequisite for another course how do I make him elgible? Do I need another
table?
I'm probably making more complicated than what it is. Any help is
appreciated.