G Greg L. Nov 25, 2003 #1 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?
T Tim Ferguson Nov 25, 2003 #2 Would anyone know how to set a validation rule for a Memo field to limit the maximum number of allowable text characters? Click to expand... 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
Would anyone know how to set a validation rule for a Memo field to limit the maximum number of allowable text characters? Click to expand... 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