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?
 
Back
Top