Leading zeros in custom list.
I have a custom list with two fields
[CurrentNumber] - number
[NextNumber] - which is a calculated field ([CurrentNumber]+1)
I need to be able to format the numbers in both fields with leading zeros, so that the end result would be:
[CurrentNumber] [NextNumber]
001002
002003
003004
004005
Any ideas?