R
Ronnie
I can't seem to set up a many-to-many relationship. These are my tables:
Customer - Customer ID (Primary Key)
Last Name
First Name
Etc.
Items - Item # (Primary Key)
Production Name
Manufacturer
Quantity
Amount
Purchase Order - Purchase Order ID (Primary Key)
Customer Last Name (Lookup set up from Customer ID)
PO Details - Purchase Order ID (Primary Key)
Items # (Primary Key)
Quantity
The Customer table has a one-to-many rela. with the Purchase order Table.
The Items table has a one-to-many rela. with the PO Details table.
When I try to set up a relationship with the Purchase Order table and the PO
Details table I can only get a one-to-one relationship.
What am I doing wrong?
Customer - Customer ID (Primary Key)
Last Name
First Name
Etc.
Items - Item # (Primary Key)
Production Name
Manufacturer
Quantity
Amount
Purchase Order - Purchase Order ID (Primary Key)
Customer Last Name (Lookup set up from Customer ID)
PO Details - Purchase Order ID (Primary Key)
Items # (Primary Key)
Quantity
The Customer table has a one-to-many rela. with the Purchase order Table.
The Items table has a one-to-many rela. with the PO Details table.
When I try to set up a relationship with the Purchase Order table and the PO
Details table I can only get a one-to-one relationship.
What am I doing wrong?