Hi,
I have a bit of struggle figuring out how to (in an easy way) create multiple records in a 2nd table when user click on a button in a form with another recordsource.
Scenario:
User is in HOME form with recordscource = tblUser.
Upon selecting to enter a competition I want to create a number of predefined records for that user in another table (tblScorecard).
The predefined values for the records in tblScorecard is userID (same for every created record) and matchID which comes from tblMatches where gameTypeID = 1.
So let's say that tblMatches has 10 records with gameTypeID = 1, then I would want ten records created in tblScorecard with the same userID, one record per each unique matchID.
Much appreciate any and all suggestions on how to approach this.
Thanks