Hello!
I have a form in datasheet view with checkboxes. One of them is called Cancelled. In the SQL table it is a bit value.
When a user keys in a line, the checkbox should be default unchecked unless he/she checks it.
So what I have done is to set the default value to False (have tried 0 as well)
and in the bottom row (the add new line row) this box is shown to be unchecked.
But once I key in any data in the row, the checkbox immediately auto checks itself.
Any idea what I need to check to find the source of this problem??
Appreciate any help!! :)
I have a form in datasheet view with checkboxes. One of them is called Cancelled. In the SQL table it is a bit value.
When a user keys in a line, the checkbox should be default unchecked unless he/she checks it.
So what I have done is to set the default value to False (have tried 0 as well)
and in the bottom row (the add new line row) this box is shown to be unchecked.
But once I key in any data in the row, the checkbox immediately auto checks itself.
Any idea what I need to check to find the source of this problem??
Appreciate any help!! :)
Comment