Creating report from Table with Check boxes

H

Helen

Don't know how to set criteria on query to restrict report to yes/no boxes
ticked on main data. Tried yes, not null, true but no data not restricted or
get none.
 
S

Steve Schapel

Helen,

Yes or True in the query criteria should both work. So should -1. If
you are still having trouble with it, maybe you could post back with the
SQL view of the query, and someone may be able to spot the source of the
problem.
 
Top