I have written a statement to display the month only from a date, but I want the month to display the literal, not the number. In other words, I want the date to display as Oct 2008, not 10 2008. Here is what I have that displays 10/2008, can someone fix my statement so it displays Oct 2008, please?
=(DatePart('m',[ActionDate])) & " " & Year(Date())
=(DatePart('m',[ActionDate])) & " " & Year(Date())