Hello,
Here is some brief background to my question, I am designing a system so that students can choose up to 6 modules with some constraints.
My design has 3 tables, Module Table, Student Table and an Options Table.
The Options Table has 2 fields which are ModuleID and StudentID (The primary keys from the other 2 tables).
I want to have it so that when a user is selecting their options they can do it all from 1 form and the data goes into the Options Table. How would I go about creating (Up to) 6 entries into the Options Table from 1 form?
Thanks for your time.
Here is some brief background to my question, I am designing a system so that students can choose up to 6 modules with some constraints.
My design has 3 tables, Module Table, Student Table and an Options Table.
The Options Table has 2 fields which are ModuleID and StudentID (The primary keys from the other 2 tables).
I want to have it so that when a user is selecting their options they can do it all from 1 form and the data goes into the Options Table. How would I go about creating (Up to) 6 entries into the Options Table from 1 form?
Thanks for your time.