I am trying to configure a treeview on my form to retrieve its node listing from an Access database. This is how the database is configured...
ID PARENT_ID DESCRIPTION
1 0 CORPORATE DOCUMENTS
2 1 QUALITY CONTROL
3 1 PRODUCTION
4 1 ENGINEERING
5 1 ACCOUNTING
6 1 SALES
7 2 QUALITY POLICIES
8 2 QUALITY PROCDURES
9 4 RETURNED GOODS
This is how the treeview nodes should appear...
Corporate Documents
+ Quality Control
- Quality Policies
- Quality Procedures
+ Production
+ Engineeering
- Returned Goods
+ Accounting
+ Sales
I have no problem getting the description field into the treeview but how can i categorize them ?? thanks in advance.