GinnySimon
New member
- Local time
- , 22:18
- Joined
- Jun 23, 2021
- Messages
- 3
Typically, when using a combo box as a look-up, the search starts from the left to the right.
For example, if I type "123" in the combo box will first start looking for "1", and then "2" , and then "3" until it settles on "123". I need it to search from right to left? For example, to search for the "3", and then the "2", and then the "1" and then settle on "123". Is that possible?
I have samples and sometimes the ID is "00123" and sometimes the ID is "123", but there's no way to no ahead of time if the ID is "00123", or "123" or, even "000123". So it would be super helpful when I typed in "123" and see the choice "00123".
Maybe it would be better to use a wild card? So that when I searched for "123", "00123" would come up?
Any help is greatly appreciated! Thank you.
For example, if I type "123" in the combo box will first start looking for "1", and then "2" , and then "3" until it settles on "123". I need it to search from right to left? For example, to search for the "3", and then the "2", and then the "1" and then settle on "123". Is that possible?
I have samples and sometimes the ID is "00123" and sometimes the ID is "123", but there's no way to no ahead of time if the ID is "00123", or "123" or, even "000123". So it would be super helpful when I typed in "123" and see the choice "00123".
Maybe it would be better to use a wild card? So that when I searched for "123", "00123" would come up?
Any help is greatly appreciated! Thank you.