Hi,
I have a form with a combo box I use to lookup records in one table, and I also have a list box with all of the records from another table.
Whenever I type in the combo box the name of a client the corresponding record and its fields appear, but the list box is unchanged, and does not select the client's name.
How can I get rid of the combo box, and have a simple search box which updates both the fields, and the list box?
I don't know any VBA so please explain. Thanks.
I have a form with a combo box I use to lookup records in one table, and I also have a list box with all of the records from another table.
Whenever I type in the combo box the name of a client the corresponding record and its fields appear, but the list box is unchanged, and does not select the client's name.
How can I get rid of the combo box, and have a simple search box which updates both the fields, and the list box?
I don't know any VBA so please explain. Thanks.