I am trying to build a training registration app, wherein the team leaders can allocate 1 training to multiple team members using only 1 form.
The form would have the basic details of the training, and then there would be a checkbox or a list of team members who will receive the training. The goal is that the form will add it on the trainings table for each team members on the list on the form.
I already have a training table where all the trainings of the employees are listed. All suggestions are open. Thank you.
In which table this form is? Also based on enumlist selection, would you like to add one record each for the selected employees in the enumlist in the Trainings table?