I am using access 97, and trying to do a sort by month. I can return the month number(ex march=3) Now how do I display the month name instead of the number?
Thanks
I am using access 97, and trying to do a sort by month. I can return the month number(ex march=3) Now how do I display the month name instead of the number?
Thanks
got it
month: Format([Entry Date],"mmmm")