conneticat
Programmer
I have a database of information including kids and their parents. I want to also indicate that some kids are siblings (not always evident by sharing a parent!). This might be simple, but I just can't figure it out. All I can think of is making another table that creates a random "sibling group" number that attaches to the kids I check, or something along those lines. I haven't worked out the details and this is making my head spin. It was hard enough figuring out how to list kids who live with different parents at different times. In addition, some kids in one group might be siblings with one kid in another group of siblings, due to stepbrothers and all that, even if they don't live together. Any ideas?