Greetings everyone!
I have a form that users enter a persons' first name, middle, and last. I then query the database to see if that name or one similar is found. If it is, I open a form showing that information and like the 10 closest records near the initial matched record in a listbox. (Actually, all records from the db are returned in sorted order, and then I set the selected value to the "matched" record)
Here's my question. Sometimes the matched, selected,record is way at the bottom of the list and hard to see. Is there anyway to "move" the selected record so that it appears at the "top" of the listbox, and the user would not have to scroll at all to get to it? I still want to be able to scroll through the values if necessary.
Hope this makes sense. Thanks in advance for any suggestions!
Janel
I have a form that users enter a persons' first name, middle, and last. I then query the database to see if that name or one similar is found. If it is, I open a form showing that information and like the 10 closest records near the initial matched record in a listbox. (Actually, all records from the db are returned in sorted order, and then I set the selected value to the "matched" record)
Here's my question. Sometimes the matched, selected,record is way at the bottom of the list and hard to see. Is there anyway to "move" the selected record so that it appears at the "top" of the listbox, and the user would not have to scroll at all to get to it? I still want to be able to scroll through the values if necessary.
Hope this makes sense. Thanks in advance for any suggestions!
Janel