O
Onelson
Guest
I've just started learning Access for the most part, and hopefully this is the right place to ask this question.
I have a form where I would like the user to be able to add, update, and view some information all in the same place, based on the overall table primary key which populates a combo box with the appropriate values. The rest of the pieces of the form are all text boxes with an update button.
Now what I want to do but can't figure out how, is when the user selects an item from the combo box, search through the associated table, and fill the text boxes with the other fields from that table. For example, if the combo box held contact information and the user selected "Fred Flinstone", I would want to have the form search through the associated table (there being only 1 posible instance per name), and fill in the phone number/fax/etc text box values with the correct information for Fred Flinstone.
What is the best way to accomplish this?
Thanks in advance,
Owen
I have a form where I would like the user to be able to add, update, and view some information all in the same place, based on the overall table primary key which populates a combo box with the appropriate values. The rest of the pieces of the form are all text boxes with an update button.
Now what I want to do but can't figure out how, is when the user selects an item from the combo box, search through the associated table, and fill the text boxes with the other fields from that table. For example, if the combo box held contact information and the user selected "Fred Flinstone", I would want to have the form search through the associated table (there being only 1 posible instance per name), and fill in the phone number/fax/etc text box values with the correct information for Fred Flinstone.
What is the best way to accomplish this?
Thanks in advance,
Owen