Memo Limit

D

Dan Artuso

Hi,
You could add a validation rule at the table level for whatever length you want to allow.

Len([yourField]) < 90
 
T

Tru

Thanx Dan I did not know i can cross post

Dan Artuso said:
Hi,
You could add a validation rule at the table level for whatever length you want to allow.

Len([yourField]) < 90

--
HTH
Dan Artuso, Access MVP


Tru said:
Is there a way to limit the amount of characters in a memo field.
 
Top