R
Rhonda Fischer
Hello,
I have a main form with a subform. The subform is
populated with data based on it's record source query.
I would like the user to have the flexibility of
changing the data displayed in the subform based on
which drop down item they select.
On the click event of the combo box I would either
like to:
(1) Set the focus on the subform and Requiry this with a
new query not the one in it's record source.
OR MAYBE
(2) Close the subform and open a new form
that looks the same with a different record source.
The combo select will be 'All', 'Tesco', 'Asda' for
which different data is displayed.
If combo = Tesco
load subform with replacement query
'qryInteractiveTrackingTesco'
I'm not sure how I can achieve this, any suggestions would
be terrific.
Cheerio
Rhonda
I have a main form with a subform. The subform is
populated with data based on it's record source query.
I would like the user to have the flexibility of
changing the data displayed in the subform based on
which drop down item they select.
On the click event of the combo box I would either
like to:
(1) Set the focus on the subform and Requiry this with a
new query not the one in it's record source.
OR MAYBE
(2) Close the subform and open a new form
that looks the same with a different record source.
The combo select will be 'All', 'Tesco', 'Asda' for
which different data is displayed.
If combo = Tesco
load subform with replacement query
'qryInteractiveTrackingTesco'
I'm not sure how I can achieve this, any suggestions would
be terrific.
Cheerio
Rhonda