I have a combobox that has a long list of items (over 100). I am trying to figure out a way to make the list smaller by typing characters into the combobox to make the list smaller to choose from. Is this possible and where would I look to get started? I have googled many things but I guess I am not typing the correct terminology to get what I am looking for.
combobox = cbo_ProductionItemPartNumber
table = tbl_ProductionItem
field = ProductionItemPartNumber
Thank you for any help to point me in the correct direction.
Walker