I've managed to correctly populate a treeview control on a Access form. Now I need to tie VBA code (in modules) to individual nodes. In other words, when a specific node is clicked, a specific sub needs to be executed.
However, I see no "On Click" event.....I see an "On Updated" "On Enter" "On Exit" "On Got Focus" "On Lost Focus" event, but nothing that corresponds to a mouse click.
How to I get SubA to execute when treeview.node("SubA") is clicked?