J
JimBurke via AccessMonster.com
I have a multi-select listbox that is sorted in name order. Is there a way to
get the listbox to act like a combobox, where you can start typing the entry
you want and it will 'scroll' to that section of the list as you keep typing?
Mine will only accept one letter - i.e. if I want to get to Smith, I type in
"S" and it goes to the first name starting with "S". But as soon as I type in
an "M" it moves to the first "M' name in the list, rather than moving to the
first name starting with "SM". This technique works in my comboboxes, but not
in listboxes. There are hundreds of entries in the listbox, so it's a bit of
a hassle for the users to only be able to go to the first entry for that
letter and then have to scroll through.
get the listbox to act like a combobox, where you can start typing the entry
you want and it will 'scroll' to that section of the list as you keep typing?
Mine will only accept one letter - i.e. if I want to get to Smith, I type in
"S" and it goes to the first name starting with "S". But as soon as I type in
an "M" it moves to the first "M' name in the list, rather than moving to the
first name starting with "SM". This technique works in my comboboxes, but not
in listboxes. There are hundreds of entries in the listbox, so it's a bit of
a hassle for the users to only be able to go to the first entry for that
letter and then have to scroll through.