aharown07 Posted June 27, 2005 Posted June 27, 2005 Found value count and word count functions... is there a way to count characters in a field? What I want to do is give a field a max num of characters but do this as a calculated validation so I can display custom message. (I have some other validation criteria also so I don't want default validation error msgs here)
-Queue- Posted June 27, 2005 Posted June 27, 2005 Or Length(yourField) <= number This will naturally return a 1 when true and zero when false.
aharown07 Posted June 28, 2005 Author Posted June 28, 2005 Ah! "Length"... knew there had to be a function for it somewhere! Thanks!
Recommended Posts
This topic is 7156 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