I'm using two side-by-side list boxes to select people from a list. (Once selected from the left-hand list, their names disappear from there and appear in the right-hand list.) This is like what the Form Wizard or Report WIzard does with fields.
This is working fine, but it would be much nicer if the lists worked more like an Windows Explorer file list window, where typing the first few characters of the desired file name will move the selection to a matching file. In the list boxes, only the FIRST character typed is matched. When you type a second character, the selection moves to a name that starts with that character. So typing "Smi" selects not Smith but Ibrahim. Is there any way to make the list box work as desired?
Jim Beard
This is working fine, but it would be much nicer if the lists worked more like an Windows Explorer file list window, where typing the first few characters of the desired file name will move the selection to a matching file. In the list boxes, only the FIRST character typed is matched. When you type a second character, the selection moves to a name that starts with that character. So typing "Smi" selects not Smith but Ibrahim. Is there any way to make the list box work as desired?
Jim Beard