Data entry

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I want to be able to limit the input of a text box to
numbers and alpha characters. I do not want the user to
be able to input special characters (&,-,* ect.).

Any suggestions would be appreciated.

Chris
 
Create an Input Mask with an 'a'. An 'a' allows numbers and letters, and is
optional. An 'A' makes them required.
 
Back
Top