A querie that searches yes/no fields?

J

justin

hello,

how would I go about creating a querie to go through all
of the records in a table, and return those records which
didn't have their yes/no field checked?

thanks
-justin
 
R

Rick B

Just build a query with all the fields you want to pull. Under the yes/no
field, put the criteria as...

=false


Rick B
 
J

justin

Thanks for the quick reply.

-justin

-----Original Message-----
Just build a query with all the fields you want to pull. Under the yes/no
field, put the criteria as...

=false


Rick B





.
 
Top