N
Newbie
Hello,
I have a database which has month and year 2 fields, both are text format.
for month, 01,02,03,04...to 12
for year, 05,06,07,08...
I like to convert to one filed and I use str([month]+[year]).
But I got 808,908,1008,1108...
Can I get 0808,0908,1008,1108...?
Thanks
Thankd
I have a database which has month and year 2 fields, both are text format.
for month, 01,02,03,04...to 12
for year, 05,06,07,08...
I like to convert to one filed and I use str([month]+[year]).
But I got 808,908,1008,1108...
Can I get 0808,0908,1008,1108...?
Thanks
Thankd