Form level validation - date text box

tezread

Registered User.
Local time
Today, 22:21
Joined
Jan 26, 2010
Messages
330
This is rather odd.

I have a form that is not bound to a table but I need to validate it.

I have entered in the text box properties under Validation rule:

"dd/mm/yyyy"

and vlaidation txt

but even if if I follow the rule the validation text still appears!!
 
tried that out ken but that isn't what I need really. I tried dd/mm/yyy in input mask but now I cannot enter any dates at all. Also I need validation
 
Besides, for dates you can set the format property of the text box to the desired date format, and it will complain on its own accord, if the user enters something else.
 

Users who are viewing this thread

Back
Top Bottom