Query on "yes/no"

  • Thread starter Thread starter Rich Palarea
  • Start date Start date
R

Rich Palarea

I have a table that uses a checkbox control in FieldA to indicate yes/no for
the field.

How do I query on this criteria? I want to build a view that shows all "yes"
or checked records for FieldA.

I used to type yes or no into the table itself and could query on the value
"yes", but this doesn't work any longer with the mods I've made.

Thanks!
Rich
 
If the datatype for that field is a yes/no, then -1 is yes, and 0 is no.
 

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

Update Query Without Replacing Text 3
Access Dcount (multiple criteria) 3
Finding null 4
Exporting to Excel from Access 3
WHERE USED 1
Changing Time using a macro 1
switch funtion 2
Count multiple yes/no field in a query 4

Back
Top