Hello guys and gals, first post here so be nice! :)
Right, I have a form with a Treeview in. I have it populated from a self-referencing database using the following code.
Private Sub Form_Load()
Const strTableQueryName = "SELECT * FROM tblHierarchy ORDER BY tblHierarchy.Function_Parent;"...