What I would like to do is be able to type directly nito a combo box but have the combo box expand and locate the record you are looking for.
e.g.
If you have a series of records with ID's 1 to 10,000 and you type in 985 for the record ID you are searching for, when you hit the 9 it locates the first record beginning with 9 then as you hit the 8 the combo box locates the first record with ID beginning with 98 and then when you finally hit the 5 it brings you to record 985.
This obviously assumes the combo box Row Source is Sorted by the ID number.
Thanks in advance.
Matt.
e.g.
If you have a series of records with ID's 1 to 10,000 and you type in 985 for the record ID you are searching for, when you hit the 9 it locates the first record beginning with 9 then as you hit the 8 the combo box locates the first record with ID beginning with 98 and then when you finally hit the 5 it brings you to record 985.
This obviously assumes the combo box Row Source is Sorted by the ID number.
Thanks in advance.
Matt.