Criteria for Yes/No and Check Box

  • Thread starter Thread starter Asa Kaplan
  • Start date Start date
A

Asa Kaplan

I am using a check box to identify information in a
report. What criteria do I use in a query to show only
items with checks in the check boxes?
 
-----Original Message-----
Asa,

WHERE
.[yes/no column] = TRUE

Hope this helps,

Jim
.
Thanks for the information. I used the above criteria

and all my records were shown. If I put =No no records
were shown. But it didn't distinguish between records
with and without check marks. Is there a way to do this?

Asa
 

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

Similar Threads

Access Dcount (multiple criteria) 3
Check Boxes 1
Query Criteria issue 5
Can a query be ran by check boxes in a form? 1
Query only records with checked box 3
Querry Criteria 4
query yes/no field 6
Yes/No Data Type 2

Back
Top