How do I add 0's (zeros) to the first part of a text field.
For example, currently when a user created a record it goes, 1a, 2a, 3b.... but then they get to 10a, it is viewed as 1a, 10a, 11a, 2a, 3b,....
I want to be able allow the user to input 12a, but have access put 000012a as its record. With this input, the ascending order will look normal.
Any ideas?
For example, currently when a user created a record it goes, 1a, 2a, 3b.... but then they get to 10a, it is viewed as 1a, 10a, 11a, 2a, 3b,....
I want to be able allow the user to input 12a, but have access put 000012a as its record. With this input, the ascending order will look normal.
Any ideas?