S
Skunk
Trying to update a checkbox on form open.
The form is bound to a table, the control is bound to a field in that table.
The control is not locked, is enabled. I see nothing that should prevent
update via the form.
I am able to update a text box, but not a check box.
I have tried me.control.value=true and me.control=true. Each throws 2448
can't set value.
When I open the table I can update as expected.
I have compacted/repaired and even rebuilt to ensure all should work. This
ckeckbox (in fact any checkbox on this form) does not.
Does anyone have an idea why not?
The form is bound to a table, the control is bound to a field in that table.
The control is not locked, is enabled. I see nothing that should prevent
update via the form.
I am able to update a text box, but not a check box.
I have tried me.control.value=true and me.control=true. Each throws 2448
can't set value.
When I open the table I can update as expected.
I have compacted/repaired and even rebuilt to ensure all should work. This
ckeckbox (in fact any checkbox on this form) does not.
Does anyone have an idea why not?