ArchiveUser
8 years agoQrew Captain
Selecting Multiple Records
Here is what I'm trying to do. I have a table for Training Sessions and a table for employees. What I need is to be able to create a record for a training session and then list multiple employees on that record.
Being that each training session has multiple employees and employees can attend multiple sessions, I was thinking of a join table. However, when I create a join table and create a new record I can only select one session and one employee. Which isn't a feasible way to process training sessions for 500+ employees.
Am I going about this the wrong way? How do I get what I'm looking for?
Being that each training session has multiple employees and employees can attend multiple sessions, I was thinking of a join table. However, when I create a join table and create a new record I can only select one session and one employee. Which isn't a feasible way to process training sessions for 500+ employees.
Am I going about this the wrong way? How do I get what I'm looking for?