Treeview Help

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

Guest

I am looking for information about setting up a treeview control. This bit
of coding is a little above my current level but I refuse to be broken by it.
Does anyone have any good resources that I can refer to. Most stuff on the
web say to use the treeview wizard for 97, except it does not work in access
2k or 2k3. Sorry for such a lame post.
 
default105 said:
I am looking for information about setting up a treeview control. This bit
of coding is a little above my current level but I refuse to be broken by it.
Does anyone have any good resources that I can refer to. Most stuff on the
web say to use the treeview wizard for 97, except it does not work in access
2k or 2k3. Sorry for such a lame post.

Sure it does. You just need to set a reference to the proper control. Even
the one for Access 97 works in Access 2003 if you set a reference to the
original comctl32.ocx file. Here's a link to several MS KB articles:

http://support.microsoft.com/search/default.aspx?catalog=LCID=1033&query=T
reeView+control&x=10&y=8
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
I tried that, I referenced the comctl32.ocx file but when I try to use the
addin manager it says,

The add-in is designed for a previous version of Microsoft Access. You
should obtain a newer version from the provider of the add-in.

How do I get around that? I have been looking but I have yet to locate
anything. As with most things, I am probably looking in the wrong place. I
appreciate your reply, Thanks, any hopefully you can help me on this one.
 
Ok, I see we are talking about two different things. I was referring to the
treeview wizard add-in available for access97. If I am reading your post
right you are just referring to the treeview controls ie., 5.0 (sp2) and 6.0.
Yes they are there and do work. I was trying my best to learn how to right
code for treeview but it is sparse and lack of luster of lamens terms for a
person starting to learn. I wanted to use the treeview wizard to (lack of
better words) reverse engineer the code based on the input I gave the wizard
to better understand how, what, where, and when criteria has to given and why
it has to be in that place. I have a tendency to overanalysis things so I
need to understands something to its last little bit, molecule, etc..., Does
this better explain what I was looking for?

I do appreciate all of your help as well as the rest of the people in this
discussion group.
 
I am in a similar situation. Were you ever able to get the access97
treeview addin to work or did you find something that was as easy to
use.
Thanks
 
Back
Top