Yes/No Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a yes/no box in my table(It will work in the table) and then I put
it into my form and when I go to check it it does not work. Am I doing
something wrong?
 
I created a yes/no box in my table(It will work in the table) and then I put
it into my form and when I go to check it it does not work. Am I doing
something wrong?

Probably, but with the information you've given, it's hard to tell
what.

What does "it does not work" mean?

You wrote that you "put it into my form".
Did you drag it from the Field List tool button?
Did you add it to the form from the ToolBox?
Is it bound to the CheckBox field in the table?
Is the control Locked?
Is it Enabled?
 
Yes i dragged it from the field list. Does it make a difference that it is in
a subform rather than a form? how do I know if it is bound to the table? and
locked and enabled?
 
Yes i dragged it from the field list. Does it make a difference that it is in
a subform rather than a form? how do I know if it is bound to the table? and
locked and enabled?

The sub form is a form. If you dragged the check box from the Field
list onto the sub-form, then it is bound to the field in the table
unless someone 'unbound' it.
In that sub form's Form Design View right-click on the check box
control. Select Properties. Click on the Data tab. The Control Source
should indicate the name of the field to which to check box is bound.
If the control source is blank, click on the drop-down arrow on that
line and select the correct field.
The Enabled property should read Yes.
The Locked property should read No.

By the way, you still haven't said what 'does not work' means.
Perhaps your form or subform is set to Read Only or Allow Edits No.
 
Back
Top