How do I add a leading zero to a number field using an expression?
I have a field in my table that refers to a month but it is single digit 1-12. I would like to see 01-12.
I then plan to concatenate this field with a year field and then create a date field, i.e. 200501 to 20050101.
Can you assist me?
I have a field in my table that refers to a month but it is single digit 1-12. I would like to see 01-12.
I then plan to concatenate this field with a year field and then create a date field, i.e. 200501 to 20050101.
Can you assist me?