R
Robert T
Hello:
We have a query that retrieves the names of almost 5,000 students in our
Student Registration database and they’re displayed in a list box. Obviously
we don’t want the user to get frustrated by forcing him/her to scroll through
thousands of records every time they want to find a particular student so
they can register the student for a class. It was suggested in another thread
that we create a text box on the form so the user can type in the last name
of the student in the text box and the list box would immediately move to
that name.
Don’t know if I explained it well so I’ll try it another way. We want the
same capability in our List Box that ‘s available in a combo box where a user
can type in the first few letters of the student’s last name and the query in
the list box will automatically move to the first Lastname that matches what
was typed in the text box.
The concept sounds simple, however, I’m relatively new to Access and need
help with where and how to code this.
Thanks,
Robert
We have a query that retrieves the names of almost 5,000 students in our
Student Registration database and they’re displayed in a list box. Obviously
we don’t want the user to get frustrated by forcing him/her to scroll through
thousands of records every time they want to find a particular student so
they can register the student for a class. It was suggested in another thread
that we create a text box on the form so the user can type in the last name
of the student in the text box and the list box would immediately move to
that name.
Don’t know if I explained it well so I’ll try it another way. We want the
same capability in our List Box that ‘s available in a combo box where a user
can type in the first few letters of the student’s last name and the query in
the list box will automatically move to the first Lastname that matches what
was typed in the text box.
The concept sounds simple, however, I’m relatively new to Access and need
help with where and how to code this.
Thanks,
Robert