Hi Folks,
I am trying to create a subquery which populates an intermediary table using the primary keys from four other tables.
Insert into Person_Character_Film_Role (PersonID, CharacterID, FilmID, RoleID) VALUES ('" & PersonID & "', '" & CharacterID & "', '" & FilmID & "', '" & RoleID & "')...