N
Norbert Meiss
I want to highlight the next item in a listbox (not multiselect). This works
fine with this line. The textfield contains the last ListIndex.
Me.lst1 = Me.lst1.ItemData(Me.txtListIndex + 1)
In somes rare cases the selection jumps to the entry before the last one and
not to the next. I have to mention that the first column contains a key which
is not unique. Could that be the reason for the strange behaviour?
TIA,
Norbert
fine with this line. The textfield contains the last ListIndex.
Me.lst1 = Me.lst1.ItemData(Me.txtListIndex + 1)
In somes rare cases the selection jumps to the entry before the last one and
not to the next. I have to mention that the first column contains a key which
is not unique. Could that be the reason for the strange behaviour?
TIA,
Norbert