I know this can be done, but I cannot remember how, hoping someone can save me some time:
I have a field with values like this:
5
22
123
1234
I want to append zeros to the front of the field data using a query so the value in the field will always be five charactere long and will be padded withing eading zeros, like this:
00005
00022
00123
01234
Sorry for the easy question, will appreciate any help.
Thanks!
I have a field with values like this:
5
22
123
1234
I want to append zeros to the front of the field data using a query so the value in the field will always be five charactere long and will be padded withing eading zeros, like this:
00005
00022
00123
01234
Sorry for the easy question, will appreciate any help.
Thanks!