Jurodj
08-28-2007, 06:07 PM
I have a field named Customer_ID
Text data type
length = 5
and input mask: >LL999
How can I prevent that someone enter 000 in the last 3 digits. For instance you could type PE000 and it will be stored in a record but I do not want a client begining with 000.
I tried to insert a validation rule as follows:
Val(Right([CUSTOMER_ID],1) > 0
but it does not work.
What can I do?.
:dunno
Text data type
length = 5
and input mask: >LL999
How can I prevent that someone enter 000 in the last 3 digits. For instance you could type PE000 and it will be stored in a record but I do not want a client begining with 000.
I tried to insert a validation rule as follows:
Val(Right([CUSTOMER_ID],1) > 0
but it does not work.
What can I do?.
:dunno