Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitlePopulate ListBoxes from three related Access tables and display TreeView data when records are selected
Keywordsdatabase, TreeView, master/detail
CategoriesDatabase, Controls
 
Thanks to Tim Fee.

This program displays data from three tables with a hierarchical relationship. Records in table 1 are related to any number of records in table 2. Records in table 2 are related to any number of records in table 3.

When you select a record from table 1, the program lists the corredponding records in table 2. When you select a record in table 2, the program displays the corresponding records in table 3.

A TreeView displays the whole hierarchy for the table 1 record you selected.

See the code for details.

 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated