A querie that searches yes/no fields?

  • Thread starter Thread starter justin
  • Start date Start date
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
 
Just build a query with all the fields you want to pull. Under the yes/no
field, put the criteria as...

=false


Rick B
 
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





.
 
Back
Top