A
accessuser1308
I have built a database to track my family tree. Each individual is assigned
a unique ID. I have a subtable that is linked to this ID. The subtable
contains a parent ID. The subtable will contain an entry for the mother and
the father. I have a treeview on form that is based on a query using the two
tables. My problem is the "WhoID" from the parent table will be in the query
twice, once for mother entry and once for father entry in the subtable. I
would like to have treeview with parent node for mother, a parent node for
mother, and a child node for the child found under both parents (Such that in
tracing the family history both mother and father show later generations). I
keep getting an "index out of range". Is there a way to associate the data
such that I can design my treeview to display children under both parents (in
separate areas of the tree)?
Thank you for any help
a unique ID. I have a subtable that is linked to this ID. The subtable
contains a parent ID. The subtable will contain an entry for the mother and
the father. I have a treeview on form that is based on a query using the two
tables. My problem is the "WhoID" from the parent table will be in the query
twice, once for mother entry and once for father entry in the subtable. I
would like to have treeview with parent node for mother, a parent node for
mother, and a child node for the child found under both parents (Such that in
tracing the family history both mother and father show later generations). I
keep getting an "index out of range". Is there a way to associate the data
such that I can design my treeview to display children under both parents (in
separate areas of the tree)?
Thank you for any help