Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlighted option in Listbox on form

Status
Not open for further replies.

3699wat

Technical User
Sep 30, 2002
28
US
Have a form with a textbox and listbox. The textbox has an on key function to search for a corresponding item (sorted alphabetically) in the listbox. When the textbox is empty, the first item is highlighted. When I key in a choice in the textbox the search scrolls down as expected, but the highlighted choice is the last visible choice on the listbox and I can’t see the following options unless I scroll down myself. Is there a way to set a property so the highlighted item is on top and not on the bottom?
 
instead of just moving the highlighted part, you can change the record source of the list box limiting it to just what is typed in allow's...

Just another way of going with what you're doing...

--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top