Newbies Elsie Posted February 20, 2001 Newbies Posted February 20, 2001 Is there a calculation in Filemaker that will check to see if the data entered is specifically of an alpha or numeric format? ie. I need to check that a code eg ABC1234 must start with 3 letters followed by 4 numbers. Thanks in advance for any help. Elsie
john.daly Posted February 20, 2001 Posted February 20, 2001 In the Define Fields dialog make sure your field for the Code is defined as text and then click on the Options button. Check Validation by Claculation and then insert the following: TextToNum( Left(Code,3)) < 1 Wher Code is yur field name. You can also include a Custom message and prevent the user form over riding the warning by checking the next two boxes. Hope this helps.
Newbies Elsie Posted February 20, 2001 Author Newbies Posted February 20, 2001 Thanks John It does help. Elsie.
Recommended Posts
This topic is 8930 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