Hi folks, I need to add 4 textboxes, I was think of adding within the Control Source of another textbox like so
textbox= ([textbox1]) + ([textbox2]) + ([textbox3]) + ([textbox4])
But if any of the textboxes are null, the formula does not work!!
textbox= ([textbox1]) + ([textbox2]) + ([textbox3]) + ([textbox4])
But if any of the textboxes are null, the formula does not work!!