I designed a form that has job titles and a dropdownlist to select the state. Each job title has a checkbox. I built a query to query a table (tblPostions) which contains the following:
Positions
Hourly Rate
City
State
The other table (tblState) just has a list of all the states in the U.S. The query that I have made pulls back all the fields from tblPositions according to the state selected from the dropdownlist. I was wondering if there is a way to have only the checked positions pulled back when the query runs?
Positions
Hourly Rate
City
State
The other table (tblState) just has a list of all the states in the U.S. The query that I have made pulls back all the fields from tblPositions according to the state selected from the dropdownlist. I was wondering if there is a way to have only the checked positions pulled back when the query runs?
Comment