I have a huge multiselect list box that has choices by a unique identifier in the form of #-###-####
ex. 3-411-2323
There are thousands of these records and it takes a fair bit of scrolling for the user to get to the records he needs.
To that end - I was wondering if I could create a "move to" box, where as the user entered digits, the list box would move closer to that records.
For example into the box the user would enter 5-4 and the listbox would scroll down to where the 5's are.
It wouldn't select of limit so it wouldn't be a query. It would scroll the listbox.
Any thoughts?
ex. 3-411-2323
There are thousands of these records and it takes a fair bit of scrolling for the user to get to the records he needs.
To that end - I was wondering if I could create a "move to" box, where as the user entered digits, the list box would move closer to that records.
For example into the box the user would enter 5-4 and the listbox would scroll down to where the 5's are.
It wouldn't select of limit so it wouldn't be a query. It would scroll the listbox.
Any thoughts?