I have a query which returns a date in the format of mm/dd/yyy. I would like to return the name of the month associated with this returned value. In other words, if the returned value is 01/13/2004, I would like another field to return "January". I've been able to create a field with the expression Format((datefieldname),"mm"
with the proper returned values, but from here, I'm stuck. I need this for a field in a group header on a report so I can group information according to month rather than each day. Any suggestions? Thanks in advance!!