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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top