Here's @MajP's class. How to make it and the sample fileWould be nice to provide link to MajP's sample.
Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist
I have had some people ask questions on working with Hierarchical data and Tree Views, which often involves using recursion. If not familiar with recursion this is where a procedure repeatedly calls itself until hitting a condition where it is told to stop. This is used often where you have to...
www.access-programmers.co.uk
I'm not sure about their issues, but the only learning curve is how to make the necessary query. Me, as a newbie, was able to learn how it should be done in no time. Once the query was ready, all the heavy work was done in the class. Nothing to worry about.TreeView and ListVIew are ActiveX controls and come with their own set of issues and learning curve.