C
Catcher via AccessMonster.com
I am using an expression in a query field to retrieve the date part month as
follows:
Months: DatePart("M",[TouchDate],1,0)
This returns 1 - 12 but of course it sorts 1 11 12 2 3 4 5, etc.
Is there a simple solution to have the value return two digits?
01 02 03 04 05 06 07 08 09 10 11 12
I'm betting this is simple but I can't seem to ask "Help" the right way...
follows:
Months: DatePart("M",[TouchDate],1,0)
This returns 1 - 12 but of course it sorts 1 11 12 2 3 4 5, etc.
Is there a simple solution to have the value return two digits?
01 02 03 04 05 06 07 08 09 10 11 12
I'm betting this is simple but I can't seem to ask "Help" the right way...