Hi, I am using VB-2005, for building a access databse application,I
want to know that is there a way to represent tables as child nodes in tree view.
eg;
+Customers
-Table1
-Table2
-Table3
When I click on the root node (Customers),the 3 tables should be displayed as child nodes. I plan to show invisible data entry fields
and datagridview on click event of child nodes. Can I access the click
event of child nodes?
Thanks in advance.