Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to retrieve database info in a treeview

Status
Not open for further replies.

ixian

Programmer
Jul 13, 2001
128
US
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???

Aaron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top