Hi All,
I have 2 listboxes (set to value list) which I transfer data between. After I move a record from ListboxA to ListboxB for example, I want to keep the selection on the next record down in ListboxA.
This isn't a problem as I can use Me.ListBoxA.Selected(i) = True where (i) is the index...