I have a treeview control 3 levels deep and I need to delete a nod and am not sure how this is done. Essentially, I'm thinking of setting up an index using a double click event;
idx = TreeView0.SelectedItem.Index
So, to identify the the 3 levels and thus remove them, I see idx+2. I tried delete nod, nod.parent, nod.parent.parent but do not know the correct syntax. Same with DoCmd.runSQL "Delete nod.......Can someone point me north?
hoof
idx = TreeView0.SelectedItem.Index
So, to identify the the 3 levels and thus remove them, I see idx+2. I tried delete nod, nod.parent, nod.parent.parent but do not know the correct syntax. Same with DoCmd.runSQL "Delete nod.......Can someone point me north?
hoof