I've designed a Form (Form1) in MS Access that contains multiple checkboxes representing general skill areas and a Command Button. I also have a table (Table1) that has three columns populated within in it, i.e. ID, general skill area (Gska), and detailed skill area (Dska). I also have a Query (Query1) set-up that basically looks like Table1.
How can I perform a query (directly from the CmdButton in Form1) based upon the general skill areas (Gska) represented by/selected in checkboxes in Form1. In other words, after selecting Checkbox1 and Checkbox 2 and clicking the CmdButton, a query should be returned that represents the skill areas selected (Dska). Is there a way of dynamically modifiying the criteria of Query1 based upon the checkboxes selected?
Simple examples are welcome.
How can I perform a query (directly from the CmdButton in Form1) based upon the general skill areas (Gska) represented by/selected in checkboxes in Form1. In other words, after selecting Checkbox1 and Checkbox 2 and clicking the CmdButton, a query should be returned that represents the skill areas selected (Dska). Is there a way of dynamically modifiying the criteria of Query1 based upon the checkboxes selected?
Simple examples are welcome.