HI ALL,

I have 3 tables with few fields..I need to create a tree view in the following structure..i tried to do it, but the output was not either exact or came out with errors;

Table 1 -------(Root Item)
Field 1 -------(Child Item)
SubField 1-------(Sub Child Item)
SubField 2
Field 2
SubField 1
SubField 2
-------
Table 2 -------(Root Item)
Field 1 -------(Child Item)
SubField 1-------(Sub Child Item)
SubField 2

Field 2
SubField 1
SubField 2


Thanx for any help..