I'm wondering if there is a method to set a text box to be equal to 0 (zero) if it contains a null value.
The reason being that i want to do some math with the text boxes: textbox 1 + textbox 2 = textbox 3
This calculation won't be performed if there is a null value in either one of the first two textboxes, and a total must always be displayed - even if it is zero.
The reason being that i want to do some math with the text boxes: textbox 1 + textbox 2 = textbox 3
This calculation won't be performed if there is a null value in either one of the first two textboxes, and a total must always be displayed - even if it is zero.