View Full Version : Len


JonyBravo
07-02-2006, 03:27 PM
Hy!

I want to set up one textfield to only accept 10 digits maximum. I think I can use something like: Len < 11 in validation rule but it doesn't work.
Is there anyone that could help me please.
Thanks you all

mhartman
07-02-2006, 07:44 PM
Hello:
If the validation rule is in the table what you need is the following: < 11
'
Regards
Mark

john471
07-02-2006, 09:48 PM
In Table Design, change the Field Size property to 11.