Recent content by kamandoyle

  1. K

    Help optimising a Tree view of large Database

    Cheers guys, your help is very much appreciated.
  2. K

    Help optimising a Tree view of large Database

    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;"...
Back
Top Bottom