M
Morris
Hi all,
I know a checkbox is supposed to return a True (-1) value when in
selected state or False (0) value when in unselected state. And that
works fine.
The problem is that right after opening the form the CheckBox is
unselected by default but it's got no value - it returns Null and
isnull(me.check15) returns True.
Is this a correct behaviour? Should I have a OnLoad event which makes
all the checkboxes False?
Thanks for help
Morris
I know a checkbox is supposed to return a True (-1) value when in
selected state or False (0) value when in unselected state. And that
works fine.
The problem is that right after opening the form the CheckBox is
unselected by default but it's got no value - it returns Null and
isnull(me.check15) returns True.
Is this a correct behaviour? Should I have a OnLoad event which makes
all the checkboxes False?
Thanks for help
Morris