Checkbox Default Values

C

chinny03

I have a bunch of check boxes on a form. When the form loads I want all the
check boxes to be deselected. How would I get the default value of the check
boxes to be deselected?
 
T

Tom van Stiphout

On Tue, 21 Jul 2009 05:54:08 -0700, chinny03

eh, set the defaultvalue property to false?

If these are bound checkboxes, their fields can also have a default
value of false.

-Tom.
Microsoft Access MVP
 

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