I hope I am in the right place. I found this site looking for a solution on google. I am working with Access 2007.
I have an application I'm working on that requires a list box for selection. OK. I can do that. I am working with a customers table and for simplicity we'll say it has an auto number field, last name, first name, and ss # field. I have created a list box, and I can highlight a record and select it for editing.
The problem is that as this database grows, I would like to have a text box where the user can search by last name or ss # and it would go to and highlight the first record matching their criteria in the list box as they typed. They would still use the list box for the record selection, but this would help them find a record in the middle very quickly without scrolling.
I would either use buttons or radio buttons for the selection type (last name or ss #).
I need the record in the list box to have focus as they type. I can't find any examples anywhere for this.
Hope I'm not over my head.
I have an application I'm working on that requires a list box for selection. OK. I can do that. I am working with a customers table and for simplicity we'll say it has an auto number field, last name, first name, and ss # field. I have created a list box, and I can highlight a record and select it for editing.
The problem is that as this database grows, I would like to have a text box where the user can search by last name or ss # and it would go to and highlight the first record matching their criteria in the list box as they typed. They would still use the list box for the record selection, but this would help them find a record in the middle very quickly without scrolling.
I would either use buttons or radio buttons for the selection type (last name or ss #).
I need the record in the list box to have focus as they type. I can't find any examples anywhere for this.
Hope I'm not over my head.