I need help with checkboxes and based on everything I have searched I have not found out if this is actually possible.
I have a simple form with 15 checkboxes, 2 text boxes for dates and a button to run the query. Each checkbox represents a different skill listed in a data table, ie DPU would be a value of 1, DRQ would be 2 and so on in the datatable. I would like to be able to check as many or as few options as I can and make those the criteria the query uses.
DPU 'checked'
DRQ 'checked'
DTR 'checked'
DGN
IPU
IRQ 'checked'
My question being, how do I assign a value to a checkbox so that in my query I can say [Forms]![Form1]![checkbox1] And [Forms]![Forms1]![checkbox2]etc so that it will only query based on the values of the checkbox and the dates in the textboxes?
I have a simple form with 15 checkboxes, 2 text boxes for dates and a button to run the query. Each checkbox represents a different skill listed in a data table, ie DPU would be a value of 1, DRQ would be 2 and so on in the datatable. I would like to be able to check as many or as few options as I can and make those the criteria the query uses.
DPU 'checked'
DRQ 'checked'
DTR 'checked'
DGN
IPU
IRQ 'checked'
My question being, how do I assign a value to a checkbox so that in my query I can say [Forms]![Form1]![checkbox1] And [Forms]![Forms1]![checkbox2]etc so that it will only query based on the values of the checkbox and the dates in the textboxes?