D
David Billigmeier
Does Access have a way to zero fill every record of a specific variable up to
a specified length?
For example, I have a table that looks like:
12345
123456
12345678
And I would like to get it like this:
00012345
00123456
12345678
Thanks.
a specified length?
For example, I have a table that looks like:
12345
123456
12345678
And I would like to get it like this:
00012345
00123456
12345678
Thanks.