How to set up a many to many relationship. I know you need a third
table to join the other two. I need one table (table1) with
stock_numbers(u nique), one table (table2) with job-numbers(unique) and
I want to join them with a table (table3) with job-number linked with
a stock-number and the number-of-units-of-that-stock.
how is it done? so that the relationship window shows up:
table1 many to one table3
and
table2 many to one table3
Paul
table to join the other two. I need one table (table1) with
stock_numbers(u nique), one table (table2) with job-numbers(unique) and
I want to join them with a table (table3) with job-number linked with
a stock-number and the number-of-units-of-that-stock.
how is it done? so that the relationship window shows up:
table1 many to one table3
and
table2 many to one table3
Paul
Comment