I have a form with many text boxes that are used to make calculations for text boxes on the same form. I would like all calculations to happen every time one of the text boxes that is used to calculate another text box. I have created the code for the calculations but the problem occurs where i'm just starting to input some of the text boxes and because other variables are not complete the calculation errors out and kicks me into debugger mode. Any suggestions?