TreeView in Access 2002

  • Thread starter Thread starter PJ
  • Start date Start date
P

PJ

I have just started to add some procedures to automate
tasks in Access and would like to represent some data in
the form of a Tree view. I can't find out how I should
go about implementing it. Can someone point me in the
right direction?
Thanks
 
If you dont' have the developer edition ($1000) you'll have to simulate it with a continuous form and indenting the entries. Since your usually interacting with the db data anyway this is simpler for most uses. There isn't a free community control for this - wish there was.
 
Peter, Thank you for your reply. Not the answer my
users wanted, but at least we know where we stand.
-----Original Message-----

If you dont' have the developer edition ($1000) you'll
have to simulate it with a continuous form and indenting
the entries. Since your usually interacting with the db
data anyway this is simpler for most uses. There isn't a
free community control for this - wish there was.
 
Back
Top