View Full Version : Check Box Query


syztemlord
01-23-2008, 06:56 AM
I'm looking to create a query which I can use to produce a report. In one of my tables I have an "In Progress" check box.

I'd like to create a query which will show all records with the "In Progress" box checked. I'm just not sure what to enter in the criteria field in the query.

neileg
01-23-2008, 07:10 AM
You can use -1 or True or Yes, your choice.

syztemlord
01-23-2008, 07:18 AM
That is so simple, thank you very much.