A family of Microsoft relational database management systems designed for ease of use.
Scott this an excellent description on combo boxes and their properties. This description offers characteristics of combo boxes in great detail. Thank you for taking the effort and time to give a wonderful explanation.
The combo box in question on the form is a search combo box with center codes. So the user selects a center code (a number from 1 to 25) because there are 25 of these centers in operation right now. So I created a combo box which lists these codes which the user selects. This filters the first sub form bound to the Students table like you said in your previous instructions. Other than this combo box, I use no other combo box on any of the forms neither the sub forms or the main form. Also the fields in the Code table are: CenterCode, TeacherID, YearStarted, Address, MainLeaderName, Org and AgeGroup. As I use a combo box to show users only the codes 1 to 25 of the centers, we don't need to store the TeacherID anywhere as it doesn't need to be stored. Other than this, no other field in the Centers table needs to be stored and hence the description of the combo box you just described above should not apply in this case. Since you did not ask me to create any other combo boxes on the form, there are no other combo boxes anywhere on the sub forms.
I am confused how to proceed. Do I have to design the sub forms having combo boxes you just described for Courses and Students? Where will these go in the form? Please discuss.