Treeview event on double-click in VBA

  • Thread starter Thread starter Gert
  • Start date Start date
G

Gert

I'm currently using the treeview-functionality in VBA and Access. Is it
possible to create a double-click event in vba. If so, how do I do this?
 
Hi Alex,

Thanks for the quick answer! I have opened the form in the VBE but I do not
find the comboboxes you refer to. Am I doing something wrong?

Best regards
Gert
 
Are you looking in the right place? As Alex is trying to explain, when you
look at the Properties for the control, you only see a fraction of the
events. You need to be in the VB Editor, select the control in the left-hand
combo box at the top of the module, and then look at the events in the
right-hand combo box at the top of the module.
 
Back
Top