Can a Check Box be used to Show Data??

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

Guest

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
 
Base your form on a query of the table with criteria on your field:

= True

or

= -1

Sprinks
 
Back
Top