G
Guest
I have two tables. One is Issues and the other is Risks. Risks has a one-to-many relationship with Issues. A Risk can have 0 or more related Issues. In contrast, there can be many Issues without related Risks. When I create the one-to-many relationship between Risks to Issues and enforce referential integrity, I cannot create an Issue without a Risk. I’ve talked to a co-worker who is an Oracle person and they said it has to be a “non-identifying†relationship. How does one do that in Access? The primary key in Risks is "RiskID." The primary key in Issues is "IssueID" and the foreign key is RiskID. I've made sure that the FK in Issues is not set to "required.
The only way I can get this to work is to leave it without referential integrity, but this blows my queries that needs to show everything; all Issues and all Risks.
I appreciate any help anyone can offer. I'm a new user and really confused by this. In theory, I should be able to set cardinality, but don't see that capability in Access.
The only way I can get this to work is to leave it without referential integrity, but this blows my queries that needs to show everything; all Issues and all Risks.
I appreciate any help anyone can offer. I'm a new user and really confused by this. In theory, I should be able to set cardinality, but don't see that capability in Access.