Hey all,
Okay I have a 9 Access db that I need to convert into a treeview.
The lay out will be
parentFolder1(db1)
childFolder(tbl1)
grandchildFolder(rs1)
...
grandchildFolder(rs....)
parentFolder2(db2)
etc
to the last one
Since each db is a large amount of data(the smallest 2Mb, 16 tables and 400+ recordsets--the largest over 8 Mb, 31 tables and 1000+ recordsets), I think it is the best way to do this in this layout.
Any suggestions??? How can I get it under one treeview???
Okay I have a 9 Access db that I need to convert into a treeview.
The lay out will be
parentFolder1(db1)
childFolder(tbl1)
grandchildFolder(rs1)
...
grandchildFolder(rs....)
parentFolder2(db2)
etc
to the last one
Since each db is a large amount of data(the smallest 2Mb, 16 tables and 400+ recordsets--the largest over 8 Mb, 31 tables and 1000+ recordsets), I think it is the best way to do this in this layout.
Any suggestions??? How can I get it under one treeview???