If any of your text boxes can be null, the formula will fail. If this is a possibility and you want to treat a null as a valid entry use the NZ() function to turn the null into a number (presumably 0)
Might as well add that, sometimes if (by some way or another) the two values in textboxes seem numerical but are in fact text such as "32" and "67" then adding these doesn't actually give you 99, but "3267". Yes, sometimes numbers are concatenated so another useful function can be Val().