Hi,
It`s the first time that I use the Tree View
What I have: a table Conversation which contains:
Conversation_ID, Next_Conversation_ID, Previous_Conversation_ID
Next_Conversation_ID AND Previous_Conversation_ID are the same as
Conversation_ID if this one has Next or Previous.
Example:
I realize Conversation 1 but after I have to do conversation 1.1 and 1.1.1
so in my table I have these records
and I May have conversation 2
Conversation_ID Next_Conversation_ID
Previous_Conversation_ID
1 1.1
1.1 1.1.1 1
2
What I want is to display this value in tree view as the newsgroup using
Access
1
|__1.1
|
|__1.1.1
2
Is it possible do it? and if there is any other way to do it I can change
the structure of my table, example : create a new table which contains the
Next and Previous ID
Thanks
Alex Dybenko - 13 Oct 2004 15:59 GMT
Yes, i think it is possible. you can look at sample code here:
http://www.pointltd.com/Downloads/Details.asp?dlID=36

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hi,
> It`s the first time that I use the Tree View
[quoted text clipped - 33 lines]
>
> Thanks