I am a novice and am creating a form whereby the user may select multiple criteria based on combo box selections on a form.
First: They will press a toggle button (name of category - optBusinessUnit, optProduct, optSource) which will enable the combo box (ie. cboBusinessUnit, cboProduct, cboSource) to the right of it, then select one of the choices listed within the combo box for each combo box selected. I have already coded the objects.
I am having a problem figuring how to write the code that will enable the SEARCH button to populate the list box (lstWhichChoice) and the PRINT button to print the report called: SUMMARY.
Please help.
First: They will press a toggle button (name of category - optBusinessUnit, optProduct, optSource) which will enable the combo box (ie. cboBusinessUnit, cboProduct, cboSource) to the right of it, then select one of the choices listed within the combo box for each combo box selected. I have already coded the objects.
I am having a problem figuring how to write the code that will enable the SEARCH button to populate the list box (lstWhichChoice) and the PRINT button to print the report called: SUMMARY.
Please help.