I have created a form that uses the results of two queries: the first query is used to populate a combo box and then the selected value in the combo box is used as a parameter for the second query. This works fine.
I have also created a report that displays the results of a third query, where the third query is identical to the second query except that it prompts the user to enter a parameter, instead of getting the parameter from the combo box. This also works fine.
But now I want to tie the report, query and form together. In other words, I want the user to select from a combo box populated by the first query and then next they will see a report based on the second query (or modified version thereof).
How can I do this?
(Sorry, I am an Access newbie, although I have programming experience in my background.)
I have also created a report that displays the results of a third query, where the third query is identical to the second query except that it prompts the user to enter a parameter, instead of getting the parameter from the combo box. This also works fine.
But now I want to tie the report, query and form together. In other words, I want the user to select from a combo box populated by the first query and then next they will see a report based on the second query (or modified version thereof).
How can I do this?
(Sorry, I am an Access newbie, although I have programming experience in my background.)
Comment