Query Help for Family Tree type

  • Thread starter Thread starter Nils Titley
  • Start date Start date
N

Nils Titley

I need help with a query. I am very rusty at this but I am working on
creating a family tree data base.
How records are 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 but Parent)
3 Bill Button (Child of Judy)
2 Judy Button (Child of Joe but Parent)
3 Stacy Jones (Child of Judy)

How do I write the query?

Thanks for your help
 
Nils Titley said:
I need help with a query. I am very rusty at this but I am working on
creating a family tree data base.
How records are 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 but Parent)
3 Bill Button (Child of Judy)
2 Judy Button (Child of Joe but Parent)
3 Stacy Jones (Child of Judy)

How do I write the query?

Thanks for your help
 
Adam, if you have a question, it's considered polite to post it in the big
textbox, not just a cryptic subject line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top