G
Guest
I am developing an Access DBMS to manage local history information,
artifacts, photos, etc. A crucial part of this is the people referred to AND
the realtionships among them. Within the tblPerson one person could be a
spouse of one or more persons, each person could be the child of a couple, a
couple could have one or more children. I am trying to show how the tblPerson
relates to itself in ways to accommodate these relationships, but none of my
attempts are working as I know they should.
This is similar to an employee table in a company where each employee might
be the supervisor of other employees and each employee might be supervised by
another employee.
Any tips would be appreciated.
artifacts, photos, etc. A crucial part of this is the people referred to AND
the realtionships among them. Within the tblPerson one person could be a
spouse of one or more persons, each person could be the child of a couple, a
couple could have one or more children. I am trying to show how the tblPerson
relates to itself in ways to accommodate these relationships, but none of my
attempts are working as I know they should.
This is similar to an employee table in a company where each employee might
be the supervisor of other employees and each employee might be supervised by
another employee.
Any tips would be appreciated.