I have a field as id1 char(11).
I want this field to be 11 character length always, no less no
more. How can I force the user to enter it 11 character always and when the user
entered 10 or 12 character make the app reject it?
I have a field as id1 char(11).
I want this field to be 11 character length always, no less no
more. How can I force the user to enter it 11 character always and when the user
entered 10 or 12 character make the app reject it?