I need to edit what the operator enters into a text box. I only need to do this when they leave the text box. I have been using KillFocus to trap the movement out of the text box, as when the TAB key is pressed. However, when the operator presses the ENTER key or clicks on a button in the form, I don't get the KillFocus message for the text box control.
I expect there a something very simple I am missing here but I am not sure the best way to approach it. Any ideas?
Thnx,
Jim...
I expect there a something very simple I am missing here but I am not sure the best way to approach it. Any ideas?
Thnx,
Jim...
Comment