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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Roidster

    How to use Treeview control 6.0 in access 2000

    Try this piece of code to start you off building your own treeview control (if you still haven't): Option Compare Database Option Explicit Private Sub Form_Load() Dim ndTop As MSComctlLib.Node Dim nd As MSComctlLib.Node With Me.tvwOne.Nodes 'TreeView .Clear Set...

Part and Inventory Search

Back
Top