Does anyone know a way to limit characters entered into a textbox control on a form? ( I have never written a code, so I am hoping there is some secret property setting that I don't know about). I have been able to accomplish this using an input mask, but that is a cumbersome way of doing things when the limit is 100 characters. When the person goes to type in this textbox, if they click in the middle of the box, they start typing in the middle of the box--it doesn't automatically start their text at the start of the input mask. This will cause much griping at me. Any ideas for a novice?