Tombstone0 Posted July 17, 2002 Posted July 17, 2002 Is there any way to limit the amount of text entered into a field. Such as a certain number of characters or lines. Thanks
The Bridge Posted July 17, 2002 Posted July 17, 2002 You validate the field by calculation: Length(FieldName) <= 30 FieldName being the name of the field you are validating, 30 being the maximum length in characters.
Recommended Posts
This topic is 8235 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