Hello All,
i have started to try my hands on access but have hit the wall for some requirements.
The requirement is I have a many to many relationship between tblTeachers and tblStudents. Currently there is only one teacher in tblStudents and three students in tblTeachers. I also have two multiselect listboxes in a form. When i click on the teacher name in first listbox the three students name get populated in second listbox.
Now I want a scenario where in if i add a new teacher i must be able to select one or two or all three students (under existing teacher) and populate them. What I do not want is all three existing students getting populated automatically to the new teacher.