navigate in a treeview and write checked nodes into a table

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

Guest

I'm using Access 2003. I have a treeview control in a form that has been
filled up with the rows of a table. Each node has a check box.
Is there a quick example that shows how to navigate from the top node to the
last node and fill another table withthe node that has the check box checked.
I just need an example how to navigate thru the tree (I will manage to fill
my table)
My treeview has just 1 level :

Root
A1
X A2
A3
X A4

The microsoft site has an example but it requiares VB IDE which I do not have
t
hanks
 
Thanks. It seems so easy once you know it :)
hey I have another quyestion , mynodes.text will return something like
"123'" ( a string) how do I convert it into 123 (integer) ?
 
Back
Top