Hello - In general I have struggled to find any documenation on the ActiveX
controls that you can embed into Access forms and how the properties aand
methods differ from those for VB so any poitners to that documentation would
be greatly appreciated even more so if it relevant o Access 2003.
However having now got a TreeView control working properly can any one
tellme what the maximum number of characters is that a Treeview node.key can
support?
Also is there any straightforward way to find the value on the parent node
of the node that is currently selected?
Thanks for any help provided
Alex Dybenko - 28 Feb 2005 17:56 GMT
Hi,
to get a parent node key:
oTV.selected.parent.key
don't know about max length on key property, i think 255 it should handle

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hello - In general I have struggled to find any documenation on the
> ActiveX
[quoted text clipped - 12 lines]
>
> Thanks for any help provided