I have a textbox that can only receive an "A", "B" or "P" value with the MaxLen set to 1. I am trying to place the code to validate the input and send a message, but cannot get everything to work together. I tried in the valid event which triggered the error message, but when I set the value back to NULL or "" the valid keeps getting triggered. I also tried the interactive change and lost focus, but both of these display the error message, but them move on to the next textbox even though they have a setfocus back to the current textbox. Is there some type of input mask that will allow me to only allow those 3 characters and not a blank.