How do I Link Tables, so that new rows are added?
Hi,
I am trying to figure out how to link 2 tables to add rows based on corresponding data...below is an example...
First table contains general info...
row 1: column 1 = John Doe column 2 = Sports
row 2: coulmn 2 = Bob Smith column 2 = Music
Second table contains detailed info
column 1 = Sports
row 1= Football row 2 = Baseball row 3 = Soccer
Expected Result:
I would like multiple rows to show for each person linking all of detailed info...
row 1: column 1 = John Doe Column 2 = Football
row 2: column 1 = John Doe Column 2 = Soccer
row 3: column 1 = John Doe Column 2 = Baseball
Thanks,
Hi,
I am trying to figure out how to link 2 tables to add rows based on corresponding data...below is an example...
First table contains general info...
row 1: column 1 = John Doe column 2 = Sports
row 2: coulmn 2 = Bob Smith column 2 = Music
Second table contains detailed info
column 1 = Sports
row 1= Football row 2 = Baseball row 3 = Soccer
Expected Result:
I would like multiple rows to show for each person linking all of detailed info...
row 1: column 1 = John Doe Column 2 = Football
row 2: column 1 = John Doe Column 2 = Soccer
row 3: column 1 = John Doe Column 2 = Baseball
Thanks,
Last edited: