locking textbox?!
Hello All,
i have a textbox that has to have a number entered into it that is 0
& <10.
i can quite easily write a longish routine in the textbox_change event
procedure using isnumeric & len() to test each new character that the
user inputs into the textbox
; but is there a quicker solution?
Thanks in advance
Jason
|