Validation Problem On TextBox

Hainesey

New member
Local time
Today, 22:35
Joined
Mar 12, 2003
Messages
6
The textbox isn't linked to a field, so I've entered a validation rule in it's properties which is -

Len('txtDescription')<=5

Just to test it...I actually want it to limit to 100 characters but just making sure it works - which it doesn't.

If I entered less than 5, 5 or more than 5 characters the validation text pops up.

Any ideas?
 
Thanks very much :D
 

Users who are viewing this thread

Back
Top Bottom