LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 492 users online 224599 members 588 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
miSTerwARg
im more secretive and spammy then that guy with the o...
Mood: Down
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 20 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Adding Reply
Archived Topic: It will not be bumped to the top of the forum.
Topic need help with MS Access validation rules!
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
Sachacohen2 Posted at 9:59 am on Feb. 22, 2008
How do you write the validation rule for when you only want letters allowed no numbers?

Or what do you write when you only want numbers to be allowed nothing else?

Replies
DefaultTo0 Posted at 11:11 am on Mar. 18, 2008
Put 'number' as the data type - this will serve for all basic needs.

I believe that there is an input mask that you can use to specify only numbers.  I know that the letter 'L' means 'allow one letter'.  Unsure how to specify that it can be of any length though.