how to get month in queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a date filed "Auditdate" from which I have got the month in string
format as Monthname(Month(Auditdate))
Now when I try makinga pivot in excel and link it to this table it says
Monthname is not a valid function.

Is there another method in which I could combine functions to get the month
name
 
Try:
Format(Auditdate, "mmmm")

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top