C
Cam
Hello,
I have a year (4 numeric digits) and month (1 numeric digit [1-9] and 2
numeric digits [10-12]) field that I would like to create a field to combine
them. Keep in mind when sorting it sort by the year and month.
Sample
Yr Mth
2008 1
2008 2
2008 9
2008 10
2008 12
Would like:
Yr Mth Field
2008 1 2008, 01
2008 2 2008, 02
2008 9 2008, 09
2008 10 2008, 10
2008 12 2008, 12
Thanks
I have a year (4 numeric digits) and month (1 numeric digit [1-9] and 2
numeric digits [10-12]) field that I would like to create a field to combine
them. Keep in mind when sorting it sort by the year and month.
Sample
Yr Mth
2008 1
2008 2
2008 9
2008 10
2008 12
Would like:
Yr Mth Field
2008 1 2008, 01
2008 2 2008, 02
2008 9 2008, 09
2008 10 2008, 10
2008 12 2008, 12
Thanks