10 pts.
 Limiting characters in memo field
In Access how do I restrict the number of characters a user can enter into a memo field?

Software/Hardware used:
ASKED: April 29, 2008  1:36 AM
UPDATED: May 29, 2008  9:03 AM

Answer Wiki:
Hello OldDog, this cannot be done on a memo field but only to test fields. You may consider using some VBA code to check the length before insert/update (E.g. <i>If Len(text) > 123 then....</i>) Bye
Last Wiki Answer Submitted:  May 29, 2008  9:03 am  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _