Grayed out Check Boxes

K

Ken Snell [MVP]

They're greyed out either because

- the value of the checkbox is Null;
- the checkbox control is disabled.
 
B

Bruce

In form design view, double click the check box to open the property sheet.
At the Data tab, set default value to 0 (just type the numeral "0" without
the quotes in the space provided). A few rows down from there be sure that
Enabled is Yes.
 
J

JoyceT

The default value of the check box is "0" (false) and the control is enabled.
This started with the 2003 upgrade. Any other suggestions?

Thanks!
 
J

JoyceT

The default value of the check box is "0" (false) and the control is enabled.
This started with the 2003 upgrade. Any other suggestions.

Thanks!
 
J

JoyceT

I apologize. The default value in the table is false. In properties on the
form, I made the default "0", and it worked!

Thanks!
 
J

JoyceT

I apologize. The default value in the table is false. In properties on the
form, I made the default "0", and it worked!

Thanks!
 
Top