I have a form that when I select options in 2 unbound combo boxes and click a button that opens another form and is based on a query which checkes the selection in the 2 combo boxes. This is the criteria:
Like fCboSearch([Forms]![Frm_Verse_Cbo]![cbo_Evt]) and a similar one for the other combo box.
In the second form it listes the filtered data that meets the criteria.
On this form I have put a tick box which also has a field in the table where the data is extracted from.
If I ckeck a row on the form and run another query based on the previous query, with the tick box field criteria = True, I get no results. With the trick box set as false I get all of the rows that were filtered by the previous query.
Is there any way that I can code the form so that only the tick box I select is shown in the second query?
Like fCboSearch([Forms]![Frm_Verse_Cbo]![cbo_Evt]) and a similar one for the other combo box.
In the second form it listes the filtered data that meets the criteria.
On this form I have put a tick box which also has a field in the table where the data is extracted from.
If I ckeck a row on the form and run another query based on the previous query, with the tick box field criteria = True, I get no results. With the trick box set as false I get all of the rows that were filtered by the previous query.
Is there any way that I can code the form so that only the tick box I select is shown in the second query?