DanTheVBman
Programmer
I have a table as follows :
ID, IDParent, CategoryName
How can I populate the tree efficiently from this table ?
Some sort of recursion was my guess but would apreciate some idea as how to go about it.
Thanks
ID, IDParent, CategoryName
How can I populate the tree efficiently from this table ?
Some sort of recursion was my guess but would apreciate some idea as how to go about it.
Thanks