I want to do the following:
I have a table called Name which has an ID field.
I have another blank table called Transcript
I want to take the ID#s from Name and insert them into Transcript where they do not exist.
Secondly I want to create 10 records with a different COURSE# value in the Transcript table.
Therefore for each Name.ID I would like 10 records in Transcript.ID with a different value under course # ie; 101,201,301