G
Guest
I have a field that contains either 5 or 6 digits. I need an expression for a
query that looks at the number of digits in the field. If it has 5 or 6
digits it is fine and should leave the same number, but if it has 4 digits I
would like a 0 to be placed in front of the 4 digits.
Example:
Field
126585
16985
1236
569825
2695
Should return
Field
126585
16985
01236
569825
02695
Is there an expresion that does this?
query that looks at the number of digits in the field. If it has 5 or 6
digits it is fine and should leave the same number, but if it has 4 digits I
would like a 0 to be placed in front of the 4 digits.
Example:
Field
126585
16985
1236
569825
2695
Should return
Field
126585
16985
01236
569825
02695
Is there an expresion that does this?