I have a table with names of persons. They all have a unique ID.
I have a different table with a column which is linked with a one to many relationship to the unique id.
I would like to be able to automatically generate the following:
for every ID in the PersonsTable, I would like eleven records to be created in the linked table that have that ID. In a different column in the linked table, the numbers 1 through eleven should be added for every set of eleven records with the same ID.
Any suggestions will be very much appreciated!
Thanks in advance
I have a different table with a column which is linked with a one to many relationship to the unique id.
I would like to be able to automatically generate the following:
for every ID in the PersonsTable, I would like eleven records to be created in the linked table that have that ID. In a different column in the linked table, the numbers 1 through eleven should be added for every set of eleven records with the same ID.
Any suggestions will be very much appreciated!
Thanks in advance