I have a form that contains 2 sub forms, lets call them subform1 and subform2.
The main form contains a combo box (1st combobox) listing master records - selecting one populates subform1 with sub records of the master record that has been selected from the combo box. This is controlled by using the Link Master/Child fields.
And this is what I want;
Another combo box (2nd combobox) on the main form whose records are populated from a particular column of the sub records that are displayed in subform1.
Selecting one of the combo box options then lists fields relevant to that sub record in subform2.
How do I achieve this?
I might add the the records that populate both sub forms and 1st combo box come from the very same query. I have to split the query because the full query is not updateable, whereas cut in half makes it editable.
The main form contains a combo box (1st combobox) listing master records - selecting one populates subform1 with sub records of the master record that has been selected from the combo box. This is controlled by using the Link Master/Child fields.
And this is what I want;
Another combo box (2nd combobox) on the main form whose records are populated from a particular column of the sub records that are displayed in subform1.
Selecting one of the combo box options then lists fields relevant to that sub record in subform2.
How do I achieve this?
I might add the the records that populate both sub forms and 1st combo box come from the very same query. I have to split the query because the full query is not updateable, whereas cut in half makes it editable.