How would I go about validating data in a field? For example, I have a field which stores an alpha-numeric value entered by a technician that must match a given format (10 digits long, letters & numbers in certain places within the field, etc.). So an example would be x56kBy67G0. This data (unfortunately)is manually entered by thetechnician without any kind of data validation taking polace in the software- so the technician can eaily (and often does) enter the incorrect number. characters # 1,4, &6 must be lowercase numbers, 5&9 must be Uppercase letters, and charaters 2,3,7,8,&10 must be numbers.
I need to be able to both identify the incorrect entries and determine the percentage of correctly entered values by technician.
Let me know if I'm not being clear. I'm three days into a coffee fast so my mind is numb.
I need to be able to both identify the incorrect entries and determine the percentage of correctly entered values by technician.
Let me know if I'm not being clear. I'm three days into a coffee fast so my mind is numb.