Hi there,
I have a treeview in my ms access form.
How can I get list of all nodes(Direct or indirect) under any particular node I would select.
For example my treeview is
1
a
a1
a2
b
2
x
x1
x1.1
x1.2
x2
If my starting point is 1 it should give me list like(May be I would save it in a table)
1
a
a1
a2
b
if my starting point is x then it should give me
x
x1
x1.1
x1.2
x2
Please help
Thanks,
Yogesh
I have a treeview in my ms access form.
How can I get list of all nodes(Direct or indirect) under any particular node I would select.
For example my treeview is
1
a
a1
a2
b
2
x
x1
x1.1
x1.2
x2
If my starting point is 1 it should give me list like(May be I would save it in a table)
1
a
a1
a2
b
if my starting point is x then it should give me
x
x1
x1.1
x1.2
x2
Please help
Thanks,
Yogesh
Comment