i have been given the task to create a form such as windows explorer,which
have a two views on the screen,on the left side i should show the tree view
and on the right side an item view,so how can i create an event so that when
i click at the selected item in tree menu it triggers to the same table on
the item view,
With reagards,
OWAIS.
Graham R Seach - 30 May 2005 14:59 GMT
You need to add two controls, a Treeview and a ListBox.
As coding the required functionality (especially the Treeview) is
non-trivial, I suggest you have a play with it for a while, and then ask
specific questions if and when you feel the need.
A few Treeview resources:
http://www.vb-helper.com/howto_treeview_directory.html
http://people.revoledu.com/kardi/tutorial/VB/lesson06/Treeview.htm
http://support.microsoft.com/?kbid=209898
http://btmtz.mvps.org/treeview/
http://www.devx.com/vb/Article/9707
There's also the Treeview Control Wizard for Access 97.
http://www.microsoft.com/downloads/details.aspx?FamilyID=9684d1f5-70c3-4970-83c3
-eed07ec2ad43&DisplayLang=en
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------
>i have been given the task to create a form such as windows explorer,which
> have a two views on the screen,on the left side i should show the tree
[quoted text clipped - 5 lines]
> With reagards,
> OWAIS.