Hello everyone.
I have a form with 2 listboxes, 1 listbox filters the other. Now I want to add a doubleclick event on the filtered listbox that opens a form with the selected record in it. I currently have the following code:
Private Sub lstNamen_DblClick(Cancel As Integer)
Dim stDocName...