Here's my dillema, i have a text box which must hold 8 numbers, no letters, and when enter is pressed, it calls a command_click event. I can't use the max length property because some of the numbers that i'm pulling from a database are over 8 characters, and i need to go in and edit them all. I can't figure out how to implement this?? Thanks