how do i create explorerwindow in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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/...f5-70c3-4970-83c3-eed07ec2ad43&DisplayLang=en

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Back
Top