Hi,
Perhaps an odd & most likely impossible question.
I have a combo box with 2 column's, I just use to put the value into the field.
Just number col 0 & associated name next
Most of the time I simply start typing the number and see the matching name & select.
If I can't think of the number I would like to instead start typing the name.
It would be great for the associated numbers the shortlisted.
Ie. Change the bound column mid typing.
I think I can get it to decide if the first character pressed is a number, using keypress or key down but not sure if I can change the way it will filter the combo.
I could use another combo next to it but just think this would be quicker & neater visually.
Need most of time number & not description so can't just do it the other way round all the time.
Thanks ia.
Perhaps an odd & most likely impossible question.
I have a combo box with 2 column's, I just use to put the value into the field.
Just number col 0 & associated name next
Most of the time I simply start typing the number and see the matching name & select.
If I can't think of the number I would like to instead start typing the name.
It would be great for the associated numbers the shortlisted.
Ie. Change the bound column mid typing.
I think I can get it to decide if the first character pressed is a number, using keypress or key down but not sure if I can change the way it will filter the combo.
I could use another combo next to it but just think this would be quicker & neater visually.
Need most of time number & not description so can't just do it the other way round all the time.
Thanks ia.