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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top