Hello,
I have a Students table with a reference column for Classes. The column correctly displays a list of classes, and users can choose a class from the list. Then the Classes table will allow users to click on a class and see all associated students.
However, I want to be able to choose more than one class at a time.
I found this thread: Multiple Selection from Referenced Table
I tried the directions offered by Denis_Sanchez_Leyva and tsuji_koichi. Both methods did allow me to successfully choose multiple classes from the drop down in the Students table. However, with both options, when I open the Classes table, it shows there are no related students.
Is there a way to make this work so that when I select 2 classes for a Student, both class records in the Classes table will show the student as a related record?
Thank you!