I have a form which has a combo box labeled "Status". The choices are RED, YELLOW, or GREEN.
I created a report and I want the user to be able to select from the combo box which color status they want to print a report on.
So if I create a form with command buttons to open the report (rptByStatus), I want a combo box to appear with the choices. Once the user clicks on RED for example, only the RED status will appear. Is there a way to make this happen? thanks.
I created a report and I want the user to be able to select from the combo box which color status they want to print a report on.
So if I create a form with command buttons to open the report (rptByStatus), I want a combo box to appear with the choices. Once the user clicks on RED for example, only the RED status will appear. Is there a way to make this happen? thanks.