G
Guest
I have created a form with 4 combo boxes on it (1, 2, 3, 4) and the row
sources for combo boxes are queries.
The selection made in Combo box #1 will act as a criteria for the query
being used as a row source for combo #2 (after the Click event on combo #2).
Likewise, selection in #2 limits the query row source in combo #3 etc.
While the queries are working fine (after the click event on the prior
combo), the problem I am having is, for example) after combo #1 is selected
and before the click event in Combo #2, I need combo #2 to display the first
record in the filtered query. As of now, it still displays the prior
selection made with combo #2 even though the available row source has changed
due to the fact that selection made with combo #1 has changed..
Can anybody tell me what I need to do to force a combo box to display the
first record in it's row source anytime that row source changes.
Pele
sources for combo boxes are queries.
The selection made in Combo box #1 will act as a criteria for the query
being used as a row source for combo #2 (after the Click event on combo #2).
Likewise, selection in #2 limits the query row source in combo #3 etc.
While the queries are working fine (after the click event on the prior
combo), the problem I am having is, for example) after combo #1 is selected
and before the click event in Combo #2, I need combo #2 to display the first
record in the filtered query. As of now, it still displays the prior
selection made with combo #2 even though the available row source has changed
due to the fact that selection made with combo #1 has changed..
Can anybody tell me what I need to do to force a combo box to display the
first record in it's row source anytime that row source changes.
Pele