Multiple dependent listboxes
Posted: Sun May 13, 2018 8:04 am
Hello,
This is my first post. I d like to congratulate everyone for this project.
I will explain my case and if anyone can help I D appreciate it.
I am trying to build a project for managing courses on a school.
Courses are divided to directions and classes
Teachers are divided also by directions
Courses get teachers based on directions
I use table for directions, for teachers, for courses and classes.
I have foreign keys of classes, teachers and directions to the courses table.
So to add a course I have to define direction, then a teacher of that direction.
Sometimes more nesting is required and I cant figure out how to do that for ex if I want to add course classes to teaching calendar.
Teaching Calendar table has all the above info and you basically choose a class by choosing direction, then course, then class
and the info shown must be direction,course,teacher,class.
My form has to filter all these in steps limiting the choices.
How can I handle this type of nesting?
This is my first post. I d like to congratulate everyone for this project.
I will explain my case and if anyone can help I D appreciate it.
I am trying to build a project for managing courses on a school.
Courses are divided to directions and classes
Teachers are divided also by directions
Courses get teachers based on directions
I use table for directions, for teachers, for courses and classes.
I have foreign keys of classes, teachers and directions to the courses table.
So to add a course I have to define direction, then a teacher of that direction.
Sometimes more nesting is required and I cant figure out how to do that for ex if I want to add course classes to teaching calendar.
Teaching Calendar table has all the above info and you basically choose a class by choosing direction, then course, then class
and the info shown must be direction,course,teacher,class.
My form has to filter all these in steps limiting the choices.
How can I handle this type of nesting?