Required number of characters

dogman01

Registered User.
Local time
Today, 17:08
Joined
Dec 3, 2008
Messages
47
How do you make a field in a table require that it has to be exactly 10 characters long when the user inputs text into the field? This is a text field
 
How do you make a field in a table require that it has to be exactly 10 characters long when the user inputs text into the field? This is a text field

In the Validation Rule put this:
Like "??????????"

In the Validation text put something like this:
This text must be exactly 10 characters long
 
Do your validation in the BeforeUpdate event of the control on the form.
 

Users who are viewing this thread

Back
Top Bottom