Check boxes.

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
Is there a way to make all checkeboxes on a form false when closing a form?

Floyd

Is there something specific you wish to accomplish?
Forms controls do not, in themselves, have values.
They display values.

If the check box is not bound to a table field, they do not carry over
any value anyway, so there is no need to do anything. When you re-open
the form, the check box will display whatever it's default value is.

If the Check box is bound to a table field, you wouldn't want it to
lose it's value, would you?
 

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

Similar Threads

Disable all controls on a form. 3
AddNew Records. 1
Julian date 1
Recalculate 2
List Box 1
combo box 2
Subforms 3
Please Help! 1

Back
Top