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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

I cannot enter any more text in memo field 3
Limiting memo field in form... 3
MEMO Field cut off on Form 3
Record Corruption 30
Memo Field Limits??? 5
A Forms textbox size 3
Memo Form Field Length 4
Memo Field 4

Top