Archie, I found the keypad will throw an unhandled exception if the backspace button is pressed when the caret is at the very left of the textbox. I did a crude band-aid by adding the If else to check for any text or else disable the button. However this does not work if the user arrows left to the end and presses the backspace button. Thanks