T
Tim
I created a main form (to pull out and display info about a student that are
already in the system such as name and address) and a subform (to get new
student information such as phone and email) for the user to input data.
Now the student needs to be assigned to a teacher. I want to design a new
Form for the user that pulls all stud data from the main/subform above and
assign this stud to a teacher. I plan to create a combo box for the user to
select a teacher from the drop down list. I have a table tblTeacher that has
StudId and TeacherId are primary keys. tblTeacher contains info about
teachers. How can I am able to assign the student to the teacher from the
above scenario?
Thank you for your help in advance
already in the system such as name and address) and a subform (to get new
student information such as phone and email) for the user to input data.
Now the student needs to be assigned to a teacher. I want to design a new
Form for the user that pulls all stud data from the main/subform above and
assign this stud to a teacher. I plan to create a combo box for the user to
select a teacher from the drop down list. I have a table tblTeacher that has
StudId and TeacherId are primary keys. tblTeacher contains info about
teachers. How can I am able to assign the student to the teacher from the
above scenario?
Thank you for your help in advance