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
 
Back
Top