J JonyBravo Registered User. Local time Today, 12:42 Joined Jan 17, 2006 Messages 89 Jul 2, 2006 #1 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
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 Dr. Data Local time Today, 02:42 Joined Jun 5, 2006 Messages 442 Jul 3, 2006 #2 Hello: If the validation rule is in the table what you need is the following: < 11 ' Regards Mark
john471 Registered User. Local time Today, 19:42 Joined Sep 10, 2004 Messages 392 Jul 3, 2006 #3 In Table Design, change the Field Size property to 11.