G
Guest
This is the formula I am using in a query to extract just the month from a
date field. =Datepart("m",[DateReceived]). The result I receive is 1, 2, 3
etc. Works fine until I format the column in the query to mmm. Then it
returns Dec, and Jan; not January, February, and March.
What am I doing wrong?
date field. =Datepart("m",[DateReceived]). The result I receive is 1, 2, 3
etc. Works fine until I format the column in the query to mmm. Then it
returns Dec, and Jan; not January, February, and March.
What am I doing wrong?