Is there an easy way to filter records in a form based on a selection from a combo box?
I have a table called tblSystems. I want to choose a sysID from it using a combo box.
I then want this selection to populate the other fields from the same table on the form.
Lastly, tblSystem is linked to another table called tblEnvironments, which in turn is linked to tblEnvDetails.
I would like to have the corresponding records in these tables (which are displayed in subforms)update whenever the combo box selection is changed.
There must be an easy way that I'm just not seeing.
Thanks
I have a table called tblSystems. I want to choose a sysID from it using a combo box.
I then want this selection to populate the other fields from the same table on the form.
Lastly, tblSystem is linked to another table called tblEnvironments, which in turn is linked to tblEnvDetails.
I would like to have the corresponding records in these tables (which are displayed in subforms)update whenever the combo box selection is changed.
There must be an easy way that I'm just not seeing.
Thanks