W
wstokarz
Hello all,
I'm trying to get a one to many relationship or many-to-many
relationship between three tables. Each table is embedded in the other. The
process i widh to accomplish is to have my primary table with the primary key
pull data from another table, the linked table will then pull data froma
nother table linked to it. My problem is I need to be able to have indexed
keys but multiple entries. Basically The first table can have only one work
order, the next table can have many item numbers based on the work order, the
last table many layer numbers based on both the work order and the item
number.
I have tried junction tables and using primary keys. Neither have worked
for me. Any ideas will be very helpful.
Thanks Bill
I'm trying to get a one to many relationship or many-to-many
relationship between three tables. Each table is embedded in the other. The
process i widh to accomplish is to have my primary table with the primary key
pull data from another table, the linked table will then pull data froma
nother table linked to it. My problem is I need to be able to have indexed
keys but multiple entries. Basically The first table can have only one work
order, the next table can have many item numbers based on the work order, the
last table many layer numbers based on both the work order and the item
number.
I have tried junction tables and using primary keys. Neither have worked
for me. Any ideas will be very helpful.
Thanks Bill