G
Guest
How to make validation rule for textbox; min. 8 and max. 10 characters?
I try with Len function but not work...
Len([Text0])<8 And Len([Text0])>10
Thanks!
I try with Len function but not work...
Len([Text0])<8 And Len([Text0])>10
Thanks!