Access 2010, windows 7, 64 bit
Table tbl_Issues has a relationship with table tbl_Contacts. Each row in Contacts can be referenced by many rows in tbl_Issues. (Any person can open multiple issues.) I see that as a one to many relationship.
If an issue is deleted, there is no reason to delete any contact that was related to that issue. If a contact is deleted, there is no need to delete any issue that related to that contact. Yet it is a one to many relationship.
When I do not set the option Enforce Referential Integrity then the Access relationship view shows the relationship line without the 1 and the infinity symbols. But the Edit Relationship form continues to show One-To-Many.
What is Access trying to tell me that I don’t understand? Is this just an unimportant aspect of the relationship display?
Table tbl_Issues has a relationship with table tbl_Contacts. Each row in Contacts can be referenced by many rows in tbl_Issues. (Any person can open multiple issues.) I see that as a one to many relationship.
If an issue is deleted, there is no reason to delete any contact that was related to that issue. If a contact is deleted, there is no need to delete any issue that related to that contact. Yet it is a one to many relationship.
When I do not set the option Enforce Referential Integrity then the Access relationship view shows the relationship line without the 1 and the infinity symbols. But the Edit Relationship form continues to show One-To-Many.
What is Access trying to tell me that I don’t understand? Is this just an unimportant aspect of the relationship display?