F
Frank O'Neil via AccessMonster.com
I am having a problem validating a field, whenever the user enter it. I
have a field define as a text in my form, but I want this field to contain
both number and text and not be more 9 digit in length. The field must
start with an Alpha such as T12525265. I don't want it to be less than the
required field length whenever the users enter it such as T125252. I want
it to display message to the users, whenever this field is < 9 digits. I
try using a substring to eleminate the first letter when the user enter the
field,but did work, so that it can only validate the number. I need your
advise, or any help is welcome.
have a field define as a text in my form, but I want this field to contain
both number and text and not be more 9 digit in length. The field must
start with an Alpha such as T12525265. I don't want it to be less than the
required field length whenever the users enter it such as T125252. I want
it to display message to the users, whenever this field is < 9 digits. I
try using a substring to eleminate the first letter when the user enter the
field,but did work, so that it can only validate the number. I need your
advise, or any help is welcome.