New to Base, but not to database design…
I am creating a mailing list database where individuals are stored (Person table). I also have a CoupleRelationship table to store an information relevant to any two individuals in a committed relationship. The CoupleRelationship table has its own ID, plus Person1ID, Person2ID and their anniversary date.
In Relationships, when I try to link the ID of the Person table to Person1ID, no problem. When I try to then link the ID of the Person table to Person2ID in the CoupleRelationship table, I get a dialog box saying, “this relationship already exists” so I click on “Create” to create a new relationship. Then I see two links between the CoupleRelationship table and the Person table. Good. This is what I want. I save the relationships, then save the database.
When I go back into Relationships, though, only the first link is there. Is this a bug in Base, or am I doing something wrong? Is there a better way to establish this relationship?
Thanks!