how can i walk backwards thru a hierarchy?

  • Thread starter Thread starter James
  • Start date Start date
Hi,


Using N joins is a first alternative, to get through N generations,
mainly if your table is storing the "ParentID". You can also use Nested
Sets, a kind of pre-compiled hierarchy, but doing so, while it would be
faster, would require a special "design".



Hoping it may help,
Vanderghast, Access MVP
 

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