Validation Rule

Dado

New member
Local time
Today, 17:06
Joined
Feb 7, 2007
Messages
7
I almost read all posts about validation rules and I cant find solution for my problem.
I want to set that users must enter 13 numbers no more no less in form field,and if this condition is not satisfy I want to give warning to users with pop up massage.
Is it posible to make with validation rule or I must use code.

Please help me to resolve this problem.
 
Set it up like this:

Validation Rule: Like "#############"
Validation Text: This field must be exactly 13 digits in length.

That forces 13 numbers only, and will display the Validation Text if the user puts in anything else.
 
Thanks a lot !!!
 

Users who are viewing this thread

Back
Top Bottom