I have a report that has three fields: Name, Year, and Amount. Currently, I have the report organized correctly with a Name header and a Year header. In the report prompt, I let the user choose if they'd like to sort the report by Name or Amount. Whatever they choose is specified in the report's Order By property. The problem is, when you specify grouping in a report (in the Sorting and Grouping window), you also have to pick either Ascending or Descending sort order. But I don't want a sort order specified in Sorting and Grouping window because it will override the Order By property that the user selects!! Is there a way around this or a better solution? I want to keep the Name header and Year header. Thanks!