How do I restrict a textbox on a form so that the user cannot enter a number into the field.
I tried using isnumeric which doesn't allow me to input "88" for instance but would allow "J88".
Would I have to use Keyascii to disallow vb0 to vb9 or something along those lines?
I tried using isnumeric which doesn't allow me to input "88" for instance but would allow "J88".
Would I have to use Keyascii to disallow vb0 to vb9 or something along those lines?