Trying to setup a treeview and it's hurting my brain. So here's hoping people can help.
tblReviewers
Reviewer_ID
Reviewer_Name
tblCases
Case_ID
Case_Description
Reviewer (Stores the value from tblReviewers.Reviewer_Name)
I want a Treeview where the parent nodes area a reviewer's name and all associated cases are children under that node. Next local step, of course, would be that a user could click on a child node and have it open the form with that Case_Description.
I've tried modifying some of the sample codes that people have graciously posted and the very first error I get is "User definied type not defined" on a simple Dim dbLocal As Database.
Any help would be graciously appreciated.
tblReviewers
Reviewer_ID
Reviewer_Name
tblCases
Case_ID
Case_Description
Reviewer (Stores the value from tblReviewers.Reviewer_Name)
I want a Treeview where the parent nodes area a reviewer's name and all associated cases are children under that node. Next local step, of course, would be that a user could click on a child node and have it open the form with that Case_Description.
I've tried modifying some of the sample codes that people have graciously posted and the very first error I get is "User definied type not defined" on a simple Dim dbLocal As Database.
Any help would be graciously appreciated.