Is there a way to group families together in the genealogy database?
For example, I have different database where I have families joined by relationships. The database starts with my grandparents who had 10 children, from them came 45 grandchildren, and from them 106 great grandchildren. In the list form in the genealogy database, it doesn't show me which people belong to the same family. I would like to have this information and also be able to sort the list by it.
You could add a Family table (FamilyID, FamilyName) and then put the FamilyID in the person table. Aggregate query to group all of the same family members together.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.