G
Guest
anyone know how to convert a numeric value into character format with fix length and fill in the blank spaces with zero.
I have an autonumber field in my table then I want to convert the auto number value in a format like this :
autonumber field conversion result
----------------------------------------------------
1 0000001
.... ...........
789 000789
thanks for the ideas
I have an autonumber field in my table then I want to convert the auto number value in a format like this :
autonumber field conversion result
----------------------------------------------------
1 0000001
.... ...........
789 000789
thanks for the ideas