J
Joe Dunfee
I am having some problems with a check box. I've added a field named "Floor"
, which is a yes/no field. tWhen I create the ehckbox I realize I must bind
it to a control source, which I do to the field named Orders!Floor. However,
when I click the checkbox on the form, I get the error message
"Control can't be edited. It's bound to the expression Orders!Floor."
I've tried unbinding the checkbox, and then using visual basic "on click"
event for that checkbox to read the value of the field, and then toggle the
display of the checkbox. But, then I get the error in visual basic, that the
variable "Floor" is not defined.
Note that if I show the box with the list of fields, the "floor" field is
not listed, even though it is a field in the table. I've tried exiting
Access and restarting to see if that would help Access remember what fields
are available.
What might I be doing wrong?
Joe Dunfee
, which is a yes/no field. tWhen I create the ehckbox I realize I must bind
it to a control source, which I do to the field named Orders!Floor. However,
when I click the checkbox on the form, I get the error message
"Control can't be edited. It's bound to the expression Orders!Floor."
I've tried unbinding the checkbox, and then using visual basic "on click"
event for that checkbox to read the value of the field, and then toggle the
display of the checkbox. But, then I get the error in visual basic, that the
variable "Floor" is not defined.
Note that if I show the box with the list of fields, the "floor" field is
not listed, even though it is a field in the table. I've tried exiting
Access and restarting to see if that would help Access remember what fields
are available.
What might I be doing wrong?
Joe Dunfee