D digit Registered User. Local time Today, 17:28 Joined Jan 23, 2003 Messages 44 Oct 13, 2003 #1 Is there someone why can tell me how can i make a Tree where every person mest have a parent? Please help me
Is there someone why can tell me how can i make a Tree where every person mest have a parent? Please help me
Mile-O Back once again... Local time Today, 17:28 Joined Dec 10, 2002 Messages 11,316 Oct 13, 2003 #2 Create a table with three fields: tblTree ID (autonumber) Node (text) ParentID (number) The ParentID references the ID field.
Create a table with three fields: tblTree ID (autonumber) Node (text) ParentID (number) The ParentID references the ID field.
D digit Registered User. Local time Today, 17:28 Joined Jan 23, 2003 Messages 44 Oct 13, 2003 #3 re Ok , thanks , but how can i generate a report with that strructure to view as a tree
Mile-O Back once again... Local time Today, 17:28 Joined Dec 10, 2002 Messages 11,316 Oct 13, 2003 #4 A tree in a report; I don't know. Here's the recursion procedure for the treeview control: Q167309 Does that help?
A tree in a report; I don't know. Here's the recursion procedure for the treeview control: Q167309 Does that help?
D digit Registered User. Local time Today, 17:28 Joined Jan 23, 2003 Messages 44 Oct 13, 2003 #5 what was that Q167309
Mile-O Back once again... Local time Today, 17:28 Joined Dec 10, 2002 Messages 11,316 Oct 13, 2003 #6 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.
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.
D digit Registered User. Local time Today, 17:28 Joined Jan 23, 2003 Messages 44 Oct 13, 2003 #7 many thaks that help