How do I get lines in a form to be visible/invisible based on check box?

F

Fatz

I have a form and one of the entities is a check box that is checked
when a record is closed out. How do I get the form to only show
records that are unchecked?? So once a item is checked it will not
show up on this particular form.

Thanks in advance...

Chris
 
M

M Skabialka

Use a query for the Control Source for the form, where that check-box value
is false.

Mich
 
J

Jim/Chris

The checkbox must be a field in the table for it to be
saved. Then you can filter through the query that the
form is based on.

Jim
 

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

Top