Limiting characters in memo field
10 pts.
0
Q:
Limiting characters in memo field
In Access how do I restrict the number of characters a user can enter into a memo field?
ASKED: Apr 29 2008  1:36 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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. If Len(text) > 123 then....)
Bye
Last Answered: May 29 2008  9:03 AM GMT by Alessandro.panzetta   9615 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0