B
bgong
I have a simple form with just a text box and a check box. Both
controls are bound to its own field in a table. Both fields are not
'required' and both have no default values. When I create a new
record, the textbox is blank and the check box shows gray since its
value is Null. So far, so good. However, as soon as I type anything
in the textbox, the checkbox gets cleared and its underlying value
gets set to false. Is this normal behavior? Is there any way I can
edit the textbox without having the checkbox change value behind my
back?
Any help, suggestions, would be appreciated. Thanks.
bgong
controls are bound to its own field in a table. Both fields are not
'required' and both have no default values. When I create a new
record, the textbox is blank and the check box shows gray since its
value is Null. So far, so good. However, as soon as I type anything
in the textbox, the checkbox gets cleared and its underlying value
gets set to false. Is this normal behavior? Is there any way I can
edit the textbox without having the checkbox change value behind my
back?
Any help, suggestions, would be appreciated. Thanks.
bgong