G
Guest
Hello,
I am looking to validate a field (field2) on a couple of criteria.
First, a prior drop down selection (field1) must =1, if any other option is
selected, field2 will perform normally. However, if field1 =1, then field 2
must validate the data as follows:
If string starts with a 3, it can only be 15 numeric characters (no more, no
less)
If string starts with a 4, 5, or a 6 it can only be 16 numeric characters
(no more, no less)
if criteria meant, all is well, otherwise, I plan to use the Validation Text
to notify of issue. Please help! Thanks!
I am looking to validate a field (field2) on a couple of criteria.
First, a prior drop down selection (field1) must =1, if any other option is
selected, field2 will perform normally. However, if field1 =1, then field 2
must validate the data as follows:
If string starts with a 3, it can only be 15 numeric characters (no more, no
less)
If string starts with a 4, 5, or a 6 it can only be 16 numeric characters
(no more, no less)
if criteria meant, all is well, otherwise, I plan to use the Validation Text
to notify of issue. Please help! Thanks!