I'm using the following code within a form and it is working fine, except for one very minor issue. A user enters data into a textbox ("old_employeeID"). When the control loses focus, it runs the code and (1) checks to make sure that the data entered is not longer than 10 characters, and (2)...