Tree view in forms

  • Thread starter Thread starter Derick
  • Start date Start date
D

Derick

Hi all,
Where can I get more info on the use of tree views. I
would like to use it but do not now how.

Thanks

Derick
 
Thank you

I will be doing some reading

Derick


-----Original Message-----
The best detail/explanation for TreeView use that I have found is in
http://msdn.microsoft.com where you can search on Tree View Control (with
space between "tree" and "view"). Below is a link to an MSDN article on how
to bind data to a Tree View control

http://msdn.microsoft.com/library/default.asp? url=/library/en-us/vbcon98/htm
l/vbconscenarioviewingbibliomdbdatabaseastree.asp

If the above link wraps (which it will), here is an alternate link:
http://tinyurl.com/32ym2

hth,



--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX





.
 
On a similar note I've added a treeview to a form and it populates OK,
however the next time I run the form it tell me the Key is not unique.
Opening the form it seems it is trying to add the info into the treeview
again. Shutting down the database and reopening it doesn't help - and this
is not a valid option.

So, how do I clear the NODE set from a treeview when I close it down so that
it won't give me this error.

g
 
Back
Top