I have an Access query with a Yes/No field. If I set the criteria for the field as "Yes" the query correctly displays all records with that field checked (i.e., = Yes), and similarly with "No". However if I try to allow user input by setting the criteria field either to [Enter Yes, No, or *] or to Like [Enter Yes, No, or *] then no records are displayed no matter whether Yes or No is entered. (Entering * displays all records.) What am I doing wrong?