I'm wondering how I can control or prevent a user from entering in a certain amount of text characters. <br><br>Example:<br><br>I've got a EMPLOYEE table with FName as an attribute with a size constraint of 20 characters. In my EMPLOYEE form i've got a txt box to enter the First Name of the Employee. I'd like to prevent the user from simply pressing a key repeatedly more than 20 times .... mmmmmmmmmmmmmmmmmmmmmmmmmmmmm ...<br>like that. Is there any way to make the txt box stop the user past 20 characters?<br><br>Is there code out there that I can use to access the Field Size Constraint of an attribute in a table so that I can write a function to limit the user from exceeding the maximum???<br><br>Thanks!!!