T
TeeSee
I'm still missing something which must be be very basic.
How does access know (or make the decision) what the relationship is
between two tables. Check this out ......
Company Table
pkCompanyID
CompanyName
Contacts Table
pkContactID
LastName
Trades Table
pkTradeID
Trade
CompanyContacts Table
pkCompanyID
pkContactID
Resposibility
CompanyTrade Table
pkCompanyID
pkTradeID
In the relationship window when I join the CompanyTable.pkCompanyID
and CompanyContacts.pkCompanyID access correctly (I believe) gives me
a 1:M, but when I join the similar fields relating Company and Trade,
access gives me a 1:1
What possible condition(s) would cause this?
Assume simple forms for each of above tables. With both
CompanyContacts and TradeContacts as subforms in the Company main
form, is there any reason that only one subform at a time links to the
pkCompanyID. Parent/Child show correctly on both subforms.
Thanks
How does access know (or make the decision) what the relationship is
between two tables. Check this out ......
Company Table
pkCompanyID
CompanyName
Contacts Table
pkContactID
LastName
Trades Table
pkTradeID
Trade
CompanyContacts Table
pkCompanyID
pkContactID
Resposibility
CompanyTrade Table
pkCompanyID
pkTradeID
In the relationship window when I join the CompanyTable.pkCompanyID
and CompanyContacts.pkCompanyID access correctly (I believe) gives me
a 1:M, but when I join the similar fields relating Company and Trade,
access gives me a 1:1
What possible condition(s) would cause this?
Assume simple forms for each of above tables. With both
CompanyContacts and TradeContacts as subforms in the Company main
form, is there any reason that only one subform at a time links to the
pkCompanyID. Parent/Child show correctly on both subforms.
Thanks