johnbird1988
Board Regular
- Joined
- Oct 6, 2009
- Messages
- 199
Hello
I would like some help with a “check box” within a form. I have a form with some unbound combo boxes and text boxes. I use this to filter down my form. Eg one combo box is for a employee to filter all records per employee selected in the combo box.
However I would like to give the user the option to filter out all the close records. This can be determined by a status filed and equals “closed”. I want to use a check box and have it defaulted on true and for the user to deselect it if they wish to see all records.
I have tryed to add this in the Query builder within the for properties but not use of my criteria is correct. I am using “IIf([forms]![Vacancy_frm].[checkbox1]=True,"Closed","*")”.
Any ideas would help please.
Thank you, John
I would like some help with a “check box” within a form. I have a form with some unbound combo boxes and text boxes. I use this to filter down my form. Eg one combo box is for a employee to filter all records per employee selected in the combo box.
However I would like to give the user the option to filter out all the close records. This can be determined by a status filed and equals “closed”. I want to use a check box and have it defaulted on true and for the user to deselect it if they wish to see all records.
I have tryed to add this in the Query builder within the for properties but not use of my criteria is correct. I am using “IIf([forms]![Vacancy_frm].[checkbox1]=True,"Closed","*")”.
Any ideas would help please.
Thank you, John