I am using a combo box in a form to set the criteria for a check box in my query. I want the user to be able to choose whether they want only the checked boxes to show, only the unchecked boxes, or all of the boxes.
I have set the combo column 1 as -1(for true) and 0 (for false), which works, but I don't know how to set it to get both true and false. I suspect that I need some code (as Event Procedure?), but can't find any info on this.
Can someone help with this?
Thank you.
I have set the combo column 1 as -1(for true) and 0 (for false), which works, but I don't know how to set it to get both true and false. I suspect that I need some code (as Event Procedure?), but can't find any info on this.
Can someone help with this?
Thank you.