S
spacerocket
Hello,
I created a report called Report_Customer which shows all customers and
their details. I want to allow user to select which Customer to display in
the report, so I created a form called Form_SelectCust. This form contains a
combo box that lists out all customers, cbxCust, and a button to preview
report.
I've seen many examples in MS Assistance, but they all have a Query. Is it
possible that query is not used, instead, when user click on preview report,
the Report_Customer is displayed, and only shows the select Customer from
cbxCust?
If yes, how do I do that?
Thanks in advance.
I created a report called Report_Customer which shows all customers and
their details. I want to allow user to select which Customer to display in
the report, so I created a form called Form_SelectCust. This form contains a
combo box that lists out all customers, cbxCust, and a button to preview
report.
I've seen many examples in MS Assistance, but they all have a Query. Is it
possible that query is not used, instead, when user click on preview report,
the Report_Customer is displayed, and only shows the select Customer from
cbxCust?
If yes, how do I do that?
Thanks in advance.