Hi All,
This is bit lengthy to explain i hope i can make understand.
I have a combo box whose row source is order_number, when i am typin a number it gives me the any full order id started with the keyboard input number and when i enter next digit it takes value after the full order ID.
For eg: Order Ids are:
554
4544
4855
5123
if i need 4855, when i press 4 the combo populates to 4544 and when i press 8 it places it 45448 which is bit annoying, Please anybody can help?