Parent ID

digit

Registered User.
Local time
Today, 17:28
Joined
Jan 23, 2003
Messages
44
Is there someone why can tell me how can i make a Tree where every person mest have a parent? Please help me
 
Create a table with three fields:

tblTree
ID (autonumber)
Node (text)
ParentID (number)

The ParentID references the ID field.
 
re

Ok , thanks , but how can i generate a report with that strructure to view as a tree
 
A tree in a report; I don't know.


Here's the recursion procedure for the treeview control: Q167309

Does that help?
 
Didn't you follow the link?

Or have you confused me with your original minimal question? I guessed that by your mention of "tree" you were wanting to use the treeview control to present data.

...but you've since said report...

...in the queries forum...

...detail your question further.
 

Users who are viewing this thread

Back
Top Bottom