specifying search criteria

  • Thread starter Thread starter Ryan Young
  • Start date Start date
R

Ryan Young

I'm trying to specify some search criteria in a query in which I want to
search based on my Complete field being checked or unchecked (to basically
say yes or no). What string do I need to enter in the Complete field's
search criteria to show complete (checked) entries?
 
If you are talking about a Yes/No field then zero and minus one are the
values. Minus one ( -1) equals yes.
 
Set the criteria to True (or -1 which is the same thing) if you want to
select checked or False (0) if you want to select unchecked for the Boolean
Field.
 

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

Back
Top