Hi,
I have a 2 column combobox which updates a table. The combobox field is not a required field in the table, but if nothing is entered, the table field needs to be zero. The table field property "default value" is set to "0".
If I select a record in the combobox, but then backspace because it should have been empty, the table field ends up with a null value which causes problems elsewhere.
How can I make sure that instead of being null, it becomes a zero? It's driving me crazy!
I have a 2 column combobox which updates a table. The combobox field is not a required field in the table, but if nothing is entered, the table field needs to be zero. The table field property "default value" is set to "0".
If I select a record in the combobox, but then backspace because it should have been empty, the table field ends up with a null value which causes problems elsewhere.
How can I make sure that instead of being null, it becomes a zero? It's driving me crazy!