Answered
I need to validate a field and have the excess moved to another field. What I have is a field that the user fills in for hours worked. I want anything OVER 7.5 to move to the Overtime field. In other words, if someone enters 9.5, I need the first field to show 7.5 and the overtime field to display 2.0. Can this be done without rewriting half of the code involved??
George Kaiser