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

Top