Hello,
I was wondering if it's possible to insert multiple entries with the same data except for one foreign key.

My goal is to have like, let's say multiple staff complete training at the same time. The training information is all the same, but I want to select the five staff that participated and click create and have five new entries all with the same data just different Staff FK values. Is this possible on this kind of form?