Memo field validation

  • Thread starter Thread starter Greg L.
  • Start date Start date
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?
 
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
Memo field 1
appending more than 255 characters into a Memo field 13
Wordpad field 1
Memo Field - truncating data 5
How many MEMO fields allowed in a table? 16
Memo Field limiter 5
Memo vs. Text 255 8

Back
Top