Checkboxes - not blank when form is run

Rob001

Registered User.
Local time
Today, 04:15
Joined
Feb 15, 2003
Messages
18
I have a number of checkboxes on a form. When the form is run the boxes are "greyed in" were they are not blank or ticked. This causes problems in one case - were i have to check and uncheck each box and then check the box i want. Otherwise the boxes unchecked remain greyed in which causes problems with a query that looks at the form.

Does anyone know how i can set the check boxes to appear unfilled when the form is run rather than appear in this"greyed in" state?
 
Set your checkboxes' Default Value to False.
 

Users who are viewing this thread

Back
Top Bottom