Is this the data?
View attachment 107041
Is this the data?
View attachment 107041
I know.Putting the data in the tree is very easy for me because I have written a reusable class module to do the work.
What was difficult was converting the table to a sel-referencing table. The table has a parent ID key, where all parents are also in the table. The data conversion required code. I could not figure out how to do it with queries.
There is a lot more you can do with the tree. You can use different events to return information on the current node an get it's primary key.
it is too difficult to search in the tree - I prefer the usual ribbon, continuous form withAs I also know that my walk is long in your area of expertise.
helloit is too difficult to search in the tree - I prefer the usual ribbon, continuous form with
1- a few words for filtering
2- navigation up/down the hierarchy
you can add a checkbox to transfer the selected items to a form with operational information
Really depends on type of data. This is diagnostic data, a tree makes way more sense. A tree view guides you through navigating a hierarchy. It guides you to where to search. It is like multiple cascading lists or a flow chart.it is too difficult to search in the tree - I prefer the usual ribbon, continuous form with
1- a few words for filtering
2- navigation up/down the hierarchy
you can add a checkbox to transfer the selected items to a form with operational information
this is exactly the main thing - the user does not know what he is looking for, so it is important to cling to at least somethingReally depends on type of data. This is diagnostic data, a tree makes way more sense. A tree view guides you through navigating a hierarchy. It guides you to where to search. It is like multiple cascading lists or a flow chart.
In this case I think a list would be of little use. You can not find a solution easily in a list because you likely do not even know what you are looking for. The tree guides you.
moreover, according to my version, you can go like your tree, only the screen is not so beautifulThis is diagnostic data, a tree makes way more sense.