I have a textbox on a form. I have a procedure to check the validity of entry when the LEAVE event for that textbox takes place. There is also a button to exit the form which has an access key. if I click on the button the LEAVE event is triggered, but if I use the ALT-character to "click" the button the LEAVE event for the textbox is not triggered. How can I do it for the latter situation?