I started this report and its getting out of control:
The Query has Fields: WeeklyUpdate | UpdateWeek (This is a date field MM/DD/YYYY)
I wanted to show the Month so I can sort the report by month so I used:
MonthName(Month([UpDate Week]) to get the Months: February, April, etc
My problem is, how do I create a query for a report…. where the report will sort by Month — Decending, then by WeeklyUpdate Item.
Thanks