M
markmarko
I have a table with all our Sales contractors. It has names and their IdCode.
Also, there's a Sales Order table where all their sales will be entered. On
each Sales record, there is a place to identify the sales person, which is
related to the Salespersons PK.
The trick is that sometimes two sales reps share a sale. So far, I've put
two fields for contractors on the sales order table, and linked them both to
the Contractors table. In the relationship map, it makes a table called
Contractors_1.
My questions is... Should I instead use a junction table since it's a
many-to-many relationship? What sort of problems would I encounter if I kept
it as is?
Also, there's a Sales Order table where all their sales will be entered. On
each Sales record, there is a place to identify the sales person, which is
related to the Salespersons PK.
The trick is that sometimes two sales reps share a sale. So far, I've put
two fields for contractors on the sales order table, and linked them both to
the Contractors table. In the relationship map, it makes a table called
Contractors_1.
My questions is... Should I instead use a junction table since it's a
many-to-many relationship? What sort of problems would I encounter if I kept
it as is?