M MPB Apr 7, 2008 #1 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?
F fredg Apr 7, 2008 #2 How do I query a table check box "on" condition? I want results of a table query that only have the check box checked? Click to expand... 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
How do I query a table check box "on" condition? I want results of a table query that only have the check box checked? Click to expand... 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