Can a Check Box be used to Show Data??

I

isanchez2769

I have a table with 550 names, I have set up a form
that shows the data in the table. In that table I placed
a check box column. What I would like my form to do
is only show the names that have a check by them.
Is this possible?

TIA
Isaac Sanchez
 
S

Sprinks

Base your form on a query of the table with criteria on your field:

= True

or

= -1

Sprinks
 
Top