I have a table in which a student's interest rating for a particular subject is recorded. The table links the fields of the student ID and the subject ID together to create a unique combination of the two.
I am then trying to create a form that will allow the user to input the interest rating in for an individual student with all the different subject connected to a combo box. My problem is that the subjects are prone to change based on what the user is teaching, so I can't make a static form because I have no idea what subject will be user or how many there will be.
Thus, I would like to make a dynamic form that allows me to query the subjects table to find out what subjects there are and create as many combo boxes as needed. I do not know how to create a new combo box and I have searched quite a while but have found nothing on the topic. Any help would be appreciated.
I am then trying to create a form that will allow the user to input the interest rating in for an individual student with all the different subject connected to a combo box. My problem is that the subjects are prone to change based on what the user is teaching, so I can't make a static form because I have no idea what subject will be user or how many there will be.
Thus, I would like to make a dynamic form that allows me to query the subjects table to find out what subjects there are and create as many combo boxes as needed. I do not know how to create a new combo box and I have searched quite a while but have found nothing on the topic. Any help would be appreciated.