I have a function that uses VB to select a record in a multiselect list box, based on a value that the user enters in a text box. That works fine, except.... when the item selected is further down the list than what's initially visible on the screen, the list box does NOT automatically scroll down to make the selected item visible. How do I make it do this????
My constraints are:
1. The list box contains many (more than 100) items
AND
2. multiselect = extended
What I'm trying to do is make it easier for users to find items in long lists. Surely there must be a way to control the vertical scrolling in a list box????
Access 2002, BTW
Thanks for any suggestions!
My constraints are:
1. The list box contains many (more than 100) items
AND
2. multiselect = extended
What I'm trying to do is make it easier for users to find items in long lists. Surely there must be a way to control the vertical scrolling in a list box????
Access 2002, BTW
Thanks for any suggestions!