I have a query that will turn 19/03/2004 to 3.
That's ok but not what i want.
Firstly I would like it so it would show the first three letters from name of the month, ie MAR. and the year too.
My expertise in DatePart are as advanced as my similie making, and would lead my to editing the above code to:
but you guys will know better than I, that this will not work at all.
Please help.
Thanks in advance.
Make Sense? I hope so (-:
Code:
DatePart("m",[WeekEnd])
Firstly I would like it so it would show the first three letters from name of the month, ie MAR. and the year too.
My expertise in DatePart are as advanced as my similie making, and would lead my to editing the above code to:
Code:
DatePart("MMM-YYYY",[WeekEnd])
Please help.
Thanks in advance.
Make Sense? I hope so (-: