teiben,
You will run into further issues with this code.
As the "responsibility" text box has focus, you will not be able to set enabled to false. (Or if the text box is enabled = false by default, it will not be able to receive focus, and thus you code will not initiate)
You could however...