Limit the number of characters in a column

S

sessc

Is there a way to prevent a user from entering more than a certain number of
characters in a particular field? We would like to have a default size on
every field in a column to be 128 and not allow any more characters.
 
B

Brian

....and (in addition to Ken's post), remember that you cannot set the size for
memo fields, so use text fields instead.
 
Top