M
Mike Baker
I use a combo box to enter the name of a person from a long list. The same
list of names also appears in a listbox on the same form. When the person's
name is chosen in the combo box, it is also automatically selected in the
listbox by using code. So if you scroll through the listbox, you can see
that the name you just selected in the combo box is also selected in the
list box. No problem. However, since there are hundreds of names in these
lists, is there any way to make the listbox scroll to the name of the person
selected in the combo box? In other words, I want the user to SEE in the
listbox that the person he selected in the combo box has, indeed, been
selected in the listbox, as well, without his having to scroll down through
a list of 500 names to see that it is highlighted. I'd just like the listbox
to scroll the name just selected to the top of the list until the next
selection is made. TY.
list of names also appears in a listbox on the same form. When the person's
name is chosen in the combo box, it is also automatically selected in the
listbox by using code. So if you scroll through the listbox, you can see
that the name you just selected in the combo box is also selected in the
list box. No problem. However, since there are hundreds of names in these
lists, is there any way to make the listbox scroll to the name of the person
selected in the combo box? In other words, I want the user to SEE in the
listbox that the person he selected in the combo box has, indeed, been
selected in the listbox, as well, without his having to scroll down through
a list of 500 names to see that it is highlighted. I'd just like the listbox
to scroll the name just selected to the top of the list until the next
selection is made. TY.