Query

  • Thread starter Thread starter MPB
  • Start date Start date
M

MPB

How do I query a table check box "on" condition? I want results of a table
query that only have the check box checked?
 
How do I query a table check box "on" condition? I want results of a table
query that only have the check box checked?

Include the check box field in your query.
Then, as criteria on this column, write:
Yes

or you could write
-1
or you could write
True
 

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
query to list yes values in a report 2
Query Question 3
Print Selected Records 3
HELP with queries!!! 2
Access 2010 0
Access #Error & Excel Pivot 0
Query ? 2

Back
Top