Microsoft Acces "yes/no"

  • Thread starter Thread starter Guest
  • Start date Start date
How do you query for "yes' in a "yes/no" data field?

Yes/No fields are stored as numbers: -1 for Yes, 0 for No. You can use
a criterion of Yes (with no quotes), True, or -1; they'll all work.

John W. Vinson [MVP]
 

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