Memo Limit

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,
You could add a validation rule at the table level for whatever length you want to allow.

Len([yourField]) < 90
 
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.
 
Back
Top