N
Nils Titley
I need help with a query. I am very rusty at this but I am working on
query for the following information.
How table is set up.
ID ParentID Generation Names
1 0 1 Joe Button
2 1 2 Jim Button
3 1 2 Judy Button
4 2 3 Bill Button
5 3 3 Stacy Jones
I want to be able to query this list so that when I am done I have:
Generation Name Clarification for you
1 Joe Button (Parent)
2 Jim Button (Child of Joe)
2 Judy Button (Child of Joe)
2 Jim Buttion (Parent)
3 Bill Button (Child of Jim)
2 Judy Button (Parent)
3 Stacy Jones (Child of Judy)
Could I get some suggestions or help with this query!
Thanks for your help
query for the following information.
How table is set up.
ID ParentID Generation Names
1 0 1 Joe Button
2 1 2 Jim Button
3 1 2 Judy Button
4 2 3 Bill Button
5 3 3 Stacy Jones
I want to be able to query this list so that when I am done I have:
Generation Name Clarification for you
1 Joe Button (Parent)
2 Jim Button (Child of Joe)
2 Judy Button (Child of Joe)
2 Jim Buttion (Parent)
3 Bill Button (Child of Jim)
2 Judy Button (Parent)
3 Stacy Jones (Child of Judy)
Could I get some suggestions or help with this query!
Thanks for your help