J
joyo
I have one table which called 'Order' table, another
table is called 'Employee'. The OrderID is the primary
key for 'Order' table and 'EmployeeID' is primary key
for 'Employee' table. If one order needs to go through
three employees. I added three fields (EmployeeID1,
EmployeeID2, EmployeeID3)in 'Order' table. What kind of
relationship is between these two tables. I tried to
build one to many relationship, but it was not allowed.
Why and how?
Thanks
joyo
table is called 'Employee'. The OrderID is the primary
key for 'Order' table and 'EmployeeID' is primary key
for 'Employee' table. If one order needs to go through
three employees. I added three fields (EmployeeID1,
EmployeeID2, EmployeeID3)in 'Order' table. What kind of
relationship is between these two tables. I tried to
build one to many relationship, but it was not allowed.
Why and how?
Thanks
joyo