In my database when a combo box is changed to a certain value a validation rule is supposed to get turned on in an adjacent text box.
My code works but it lets me tab into the now restricted text box (it's empty) and tab out of it without getting an error message. The only way I can trigger the...