life036 Posted April 5, 2005 Posted April 5, 2005 I'm trying to enforce validation on my number field by using a calculation - the number field has to be 15 characters long, no more and no less. The only exception is if no data is entered at all, or zero characters. I can't seem to build a calculation that makes this work. You fellas have any ideas? Thanks Chris
QuinTech Posted April 5, 2005 Posted April 5, 2005 Length ( fieldName ) = 15 or IsEmpty ( fieldName ) Is that simple enough? HTH, Jerry
life036 Posted April 5, 2005 Author Posted April 5, 2005 Gotcha. I was running into trouble because it was a number field and I was inputting periods. Thanks!
Recommended Posts
This topic is 7240 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