filtering queries with checkboxes

Z

Zane

I am trying to create a query with only the checkboxes
that have not been checked. I am stumped on how to
filter it. Any help would be greatly apprecieated.

Zane
 
J

John Spencer (MVP)

Perhaps setting the criteria in the query for the checkbox to False.

Field: CheckBoxField
Criteria: False
 
Top