yes/no datatype

  • Thread starter Thread starter stefan
  • Start date Start date
S

stefan

I have check box field formatted as yes/no in the table.

I am trying to filter my query to only fields were the box
is checked.

I have tried the value 1 and the value "Yes" neither work.

What criteria do I use to return boxes that are checked?

Thanks in advance
 
I have check box field formatted as yes/no in the table.

I am trying to filter my query to only fields were the box
is checked.

I have tried the value 1 and the value "Yes" neither work.

What criteria do I use to return boxes that are checked?

Thanks in advance

Use either
-1 (which is the check box Yes value, not 1) or
Yes (without the quotes).
 

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
IIF Statement in Query 2
Yes/No from TextBox in query 2
Evaluate Yes/No Field Based on User Input 7
adding yes/no field 2
Using IIF In Query Criteria 4
Yes/No Field in query 5
MS Access problem 0

Back
Top