Validation Rule

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do i only allow certain letters to be entered on a
form. I want to only allowed letters A,C,D,I,L,N,S,T,V,W,
to be entered in the State text box on a form using 2 - 3
off those letters
 
Why not create a table of valid States, and have a combobox based on that
table, rather than using a textbox?
 
Back
Top