UrbaneRove
Programmer
Ok, help me before I flip out. Please
I have three tables
1 - Dealers - Master
2 - Addresses
3 - Representative
Relationships.
A dealer can have many Addresses
A dealer can have many Reps
A Rep can only be assigned to one Dealer
A Rep can not be assigned to a Address
An Addy can only be assigned to one Dealer
An Addy can not be assigned to a Rep
Dealer has unique key
Address and Rep have linkto keys both going to the Dealer unique ID number.
When I join two in a query everything is fine. When I join all three the recordset is not updateable. What gives.
Any Ideas
Thanks.
U.R.
I have three tables
1 - Dealers - Master
2 - Addresses
3 - Representative
Relationships.
A dealer can have many Addresses
A dealer can have many Reps
A Rep can only be assigned to one Dealer
A Rep can not be assigned to a Address
An Addy can only be assigned to one Dealer
An Addy can not be assigned to a Rep
Dealer has unique key
Address and Rep have linkto keys both going to the Dealer unique ID number.
When I join two in a query everything is fine. When I join all three the recordset is not updateable. What gives.
Any Ideas
Thanks.
U.R.