tunin Posted January 17, 2006 Posted January 17, 2006 (edited) Hello all, I need to define a field so that on data entry you can only enter 13 digits an not more not less than that (only numbers). I found the MAX but no MIN. Thank you. Edited January 17, 2006 by Guest
SlimJim Posted January 17, 2006 Posted January 17, 2006 If it is a strictly 13-digit number you could perhaps do a range validation 1 followed by 12 zeroes up to 13 9's
comment Posted January 17, 2006 Posted January 17, 2006 Hmmm.. 13 zeros is numeric only, AND has the required number of characters. Is it valid? How about: Length ( field ) = 13 (which also means not empty)
tunin Posted January 17, 2006 Author Posted January 17, 2006 I tried this also, the only thing that works is when I leave it blank it shows my message to add a number in to that field. I can enter any muber of digits and it is OK with it???
Lee Smith Posted January 17, 2006 Posted January 17, 2006 comments's solution works for me. You sure you set it up as a validation? What doesn't it do? Lee
tunin Posted January 17, 2006 Author Posted January 17, 2006 (edited) I finally got it figured out... thank you. this was fast help - almost like paramedics Edited January 17, 2006 by Guest
Recommended Posts
This topic is 6950 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now