tmas73 Posted July 5, 2006 Posted July 5, 2006 Is there a validation calculation that veryfies the minimum input of for example 6 letters if less that shows a message? Thanks TMAS
Ender Posted July 5, 2006 Posted July 5, 2006 Try a validation calc with Length(field) ≥ 6 If you don't like the error this produces on blank entries, change it to: Length(field) ≥ 6 or isempty(field)
Recommended Posts
This topic is 6778 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