I recently received information on how to create a junction table, and I thank those involved for their input. However, both scenarios involved creation of the junction table and the host tables from scratch.
My problem is I have two tables with existing data that I need to link. How do I populate the junction table with the IDs from the two existing tables. I tried to create a table from one and append data from the other, and it did not work.
Or is there another way to link these two tables? Neither has a unique field with a corresponding field in the other table.
My problem is I have two tables with existing data that I need to link. How do I populate the junction table with the IDs from the two existing tables. I tried to create a table from one and append data from the other, and it did not work.
Or is there another way to link these two tables? Neither has a unique field with a corresponding field in the other table.