Memo field validation

G

Greg L.

Would anyone know how to set a validation rule for a Memo
field to limit the maximum number of allowable text
characters?
 
T

Tim Ferguson

Would anyone know how to set a validation rule for a Memo
field to limit the maximum number of allowable text
characters?

Is Null Or Len(MyMemo) < 2048

Of course, miss out the "Is Null Or" if it's a required field, but memos
rarely are required.

B Wishes


Tim F
 

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

memo field 7
appending more than 255 characters into a Memo field 13
Memo field 1
Text Field Validation Rule for Date 1
data validadtion 8
Memo Field limiter 5
conditional validation rules 5
Memo vs. Text 255 8

Top