A
Amanda Byrne
I used the term connections instead of relationships, hoping to avoid
relational database confusion.
I have an Animal Records table that has unique IDs for each animal. I want
to create an Animal Relationships table that will track the type of
connection between the two animals: Mate, Sibling, Cage Mate, Sire, Dam,
Offspring
I initially started the table with a primary key Relationship ID, a text
field for Relationship Type, Animal ID 1, and Animal ID 2, but having
problems figuring out how I will get this to work in the form.
Does someone have a good reference for creating this type of situation?
Thanks, Amanda
relational database confusion.
I have an Animal Records table that has unique IDs for each animal. I want
to create an Animal Relationships table that will track the type of
connection between the two animals: Mate, Sibling, Cage Mate, Sire, Dam,
Offspring
I initially started the table with a primary key Relationship ID, a text
field for Relationship Type, Animal ID 1, and Animal ID 2, but having
problems figuring out how I will get this to work in the form.
Does someone have a good reference for creating this type of situation?
Thanks, Amanda