Grayed out Check Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
They're greyed out either because

- the value of the checkbox is Null;
- the checkbox control is disabled.
 
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.
 
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!
 
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!
 
I apologize. The default value in the table is false. In properties on the
form, I made the default "0", and it worked!

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

Thanks!
 

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

Back
Top