Hi,
I'm trying to select a row from a listbox which then changes the rowsource on another form based on the row selected, however, the first row of the listbox is always used insted of the actual row I am double-clicking on.
My code looks like this...
Dim VarItem As Variant
For Each...