Jump to content

Checking alpha/numeric


This topic is 8558 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8558 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.