D
David Kennedy
Hi I have a query please can you help. I have two tables,
a Customer Table and a Sales Rep Table. The Customer
Table has a Customer ID(key) and Customer Name. The Rep
Table has a Rep ID(key) and Rep Name.
A Rep can be assigned to many Customers and Customers can
have many Reps. How can I set up the Tables so that if I
delete a rep it doesn`t delete a customer and if I delete
a customer it doesn`t delete the rep?
Do I need a bridging table between these two tables?
a Customer Table and a Sales Rep Table. The Customer
Table has a Customer ID(key) and Customer Name. The Rep
Table has a Rep ID(key) and Rep Name.
A Rep can be assigned to many Customers and Customers can
have many Reps. How can I set up the Tables so that if I
delete a rep it doesn`t delete a customer and if I delete
a customer it doesn`t delete the rep?
Do I need a bridging table between these two tables?