I am trying to make a form where the user selects a part number from a combo box. After the selection has been made I want to be able to see other information about the part. I have a table that has part number and description in it as well as a couple of other fields that I want to view. How do I make it so that when the combo box is changed the information on the rest of the form changes.
I know how to make it so I can do all of this by opening another form that runs a query based on the combo box, but I would like it to stay in the same form. I thought of using a sub form to do this however it will only update if I go back into design view then into datasheet view.
Could someone please help with this, it has been stessing me out for a few hours now.
Thanks,
Chris
I know how to make it so I can do all of this by opening another form that runs a query based on the combo box, but I would like it to stay in the same form. I thought of using a sub form to do this however it will only update if I go back into design view then into datasheet view.
Could someone please help with this, it has been stessing me out for a few hours now.
Thanks,
Chris