Ù
ياسر
i have a form that contain the following :
ID number ----- text field size = 14
Name ---------- text
and other fields
i need to count how many numbers have been inserted in the text box named
ID number and not accept if less than 14 digit.
just 14 digits only to accept filling the id number field
example:
id number : 22222222222222 = 14 digit
accept this
id number : 22222222 = 8 digit
not accepted
must be 14 digit
so what do i have to do ?
ID number ----- text field size = 14
Name ---------- text
and other fields
i need to count how many numbers have been inserted in the text box named
ID number and not accept if less than 14 digit.
just 14 digits only to accept filling the id number field
example:
id number : 22222222222222 = 14 digit
accept this
id number : 22222222 = 8 digit
not accepted
must be 14 digit
so what do i have to do ?