How do I set criteria to show only Yes cases using a Y/N field?

T

TOYAPFYA

When using a Yes/No field, how would you set the criteria so that a query or
report would only pull all "Yes" or all "No" entries?
 
F

fredg

When using a Yes/No field, how would you set the criteria so that a query or
report would only pull all "Yes" or all "No" entries?

To show Yes records, as criteria on the Yes/No column, write:
-1

To show No records, as criteria write:
0
 
J

John W. Vinson

When using a Yes/No field, how would you set the criteria so that a query or
report would only pull all "Yes" or all "No" entries?

True or -1 for yes entries
False or 0 for no entries
 
Top