July 17, 200223 yr Is there any way to limit the amount of text entered into a field. Such as a certain number of characters or lines. Thanks
July 17, 200223 yr 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.
Create an account or sign in to comment