VB question on List Box

groengoen

Registered User.
Local time
Today, 00:33
Joined
Oct 22, 2005
Messages
141
If I have a set of names in a list box, how can I search the list to scroll down to a specific name?
 
How many names are in the list box? Are they last name first? Hopefully they are already sorted?

As you are probably aware, simply typing the first letter and only the first letter will advance to the next item in the list that starts with that letter. After the initial letter you are on your own. :eek:

How do you populate your list? Is it a value list or a table/query? I suppose you could search the same row source after you have captured the target.
 

Users who are viewing this thread

Back
Top Bottom