Yes/No Data type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my table I have a column called "Completed" which is defined by a yes/no
data type. I want to create a query to only populate those records that are
checked as being completed. With my current query layout, it is generating
all records although the criteria has a value of "Completed." Please help.
Thanks
 
"Completed" does not mean -1. In a YesNo field Yes, True, or On is equal to
-1. No, False, or Off is 0.

Try putting -1 in the criteria without quotation marks.
 
Perfect, it works. Thanks!!

Jerry Whittle said:
"Completed" does not mean -1. In a YesNo field Yes, True, or On is equal to
-1. No, False, or Off is 0.

Try putting -1 in the criteria without quotation marks.
 
Back
Top