Is it possible to have the list box portion of a combo box always expanded, not just when you click on it?
I have set up a form with a combo box that has three columns (last name, first name, id#), when you start typing in last name, it fills in matching the name on the list, but since it doesn't show the rest of the info unless the list box is expanded you could be selecting the wrong name before moving on (in an instance where there are two people with the same last name, etc) I want to be able to see all of the info in the three columns before I select it to move out of the control.
Is this possible?? Clicking on it is not efficient when entering multitudes of names. I would like a way for it to be automatic or a keystroke.
Thanks!
J.McCaul
I have set up a form with a combo box that has three columns (last name, first name, id#), when you start typing in last name, it fills in matching the name on the list, but since it doesn't show the rest of the info unless the list box is expanded you could be selecting the wrong name before moving on (in an instance where there are two people with the same last name, etc) I want to be able to see all of the info in the three columns before I select it to move out of the control.
Is this possible?? Clicking on it is not efficient when entering multitudes of names. I would like a way for it to be automatic or a keystroke.
Thanks!
J.McCaul