Sorry, I try not to, But I guess I am not sure then what you are asking then. The way I read your response:
was that you did not have time to read the link and wanted me to spoon feed something to you. If you are looking for a way to build a native tree view using only Access controls I do not have a solution and no one does. You could do a poor fake using a listbox and indenting the levels, for something small.
That thread has very detailed explanations how I use a class module to make loading the tree view and working with it easy. It outlines about every feature you can apply to a treeview. Images, right click menus, drag and drop, returning manual sort orders, recursive calls, returning child nodes, expand and collapse code, dynamically loading....
It does not build it with native access controls if that is what you are asking. That does not exist anywhere and cannot be done.
I do demo in that thread how this can be done using MSFORMS which is "theoretically" more stable for distribution.
I do not find the treeview to be great and it has some quirks, but I would not say it is the "worst". I using quite often for some very complex things. The only problem I find is that when designing they can be unstable. Sometimes I just have to delete the control and start fresh. Once compiled I rarely have problems.
However, it is an absolute pity that Access does not have a native Tree view and unbound grid control. In Vis Studio what you can do with an unbound grid control would solve so many user experience problems in Access.
Here is the Direct link to the JKP MSFORMS version. It is easier to distribute, and works pretty well. It does have its issues too.
jkp-ads.com: Treeview control
jkp-ads.com