I want to create a comboBox in a form that allows the use to BOTH scroll through the items in the list, OR type in the first few letters of a name and have the form recognize the name and fill the other boxes in the form with the appropriate data for that record.
I have inherited a database I will actually create this form in and it currently has an unbelievably mottly collection of forms (four have to open in rapid succession before we get to the one to just enter or edit data) and macros and code and queries that seems unnecessary to perform what should be, in my mind, a fairly simple function. It does use a subform but that is in addition to the current functionality.
Currently the form opens with the first record from the query and allows the user to type in the text for the first name and after a few letters it automatically fills in the rest and updates all the other fields in keeping with that record. However it only works sometimes and I am charged with making it work all the time with less chaos in multiple forms and so on.
I believe I should be able to create a query that gathers the appropriate data for this form, create a form using the wizard to display that data in text boxes, convert the needed textboxes to comboboxes, and with a minimum of code make it so that when a user types a name in the combobox the combobox recognizes the name and updates all the other fields immediately. But my process is obviously flawed because I am getting nowhere.
Can anyone help? It is getting urgent!
I have inherited a database I will actually create this form in and it currently has an unbelievably mottly collection of forms (four have to open in rapid succession before we get to the one to just enter or edit data) and macros and code and queries that seems unnecessary to perform what should be, in my mind, a fairly simple function. It does use a subform but that is in addition to the current functionality.
Currently the form opens with the first record from the query and allows the user to type in the text for the first name and after a few letters it automatically fills in the rest and updates all the other fields in keeping with that record. However it only works sometimes and I am charged with making it work all the time with less chaos in multiple forms and so on.
I believe I should be able to create a query that gathers the appropriate data for this form, create a form using the wizard to display that data in text boxes, convert the needed textboxes to comboboxes, and with a minimum of code make it so that when a user types a name in the combobox the combobox recognizes the name and updates all the other fields immediately. But my process is obviously flawed because I am getting nowhere.
Can anyone help? It is getting urgent!