I'm attempting to generate a report in access using the provided wizard. I am trying to sort the report based on a date so that it is subdivided into months/years. The wizard generates the following code:
=Format$([Next_Date],"mmmm yyyy",0,0)
When I preview the report, a "#Name?" error...