I have a text box with a simple calculation as follows: weeklycheck*52/12
When I enter a value into my textbox it of course multiplies the value times 52 and divides by 12. My calculation calculates correctly. The problem is after I tab away from the text box into another text box it calculates again. In other words, each time I tab it triggers the calculation in my text field. How do I prevent this?
Mike