Access(queries)

R

Ralph

in a table I have a yes/no box and in a query I am trying
to find the ones I have checked,
 
R

Ralph

thank very much for the help!!!!it works and was very
simple, just like the program,,,
 
J

JoanOC

In the query yes/no field if you want all the yes returns
type, =yes in the criteria field
for no
type = no in the criteria field
 
Top