Microsoft treeview control 6.0 ( SP6) help

D

dk

Hello again,
Id like to create form using tree view control, something like in outlook
contacts sorted by company, but iam not familiar with ActiveX

-COMPANY1, Address,City,State
- order1ID,Date,ClientName, Status (Open or Closed)
- order2ID,Date,ClientName
+COMPANY2,Address,City,State

I have tblCompany with following data CompanyID,CompanyName,City,State,Phone
tblOrders - OrderID,CompanyID,Date,ClientName,Status

On double click any of orders, form OrderDetails shall be oppened.

If anybody have some code to fill up this active control, please help me.

Regards,
DK
 
Top