nerdalert1
Programmer
I need to total textboxes going across. However I do not want to place a "0" in the textbox itself. Can I somehow default in my code that value to 0 without having to complete IF statements. Right now it goes (Cdbl(textbox1.text) + CDbl(textbox2.text).ToString
But one of the values could be blank and I want to make sure it adds as zero. Thanks all
But one of the values could be blank and I want to make sure it adds as zero. Thanks all