descending order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a report that has several sorts. I setup grouplevels in the onopen
event and in the reports sorting/grouping (thank you Allen Brown). Each
grouplevel in the sorting/grouping is in ascending order. Everything is
working great except one of the sort selections requires the data to be
sorted in descending order. Is there a way to override the sort order in
sorting/grouping? Or do I need a separate report for that sort?

Thanks,

Sarah
 
Sarah, yry setting the SortOrder property of the GroupLevel.

True of Descending; False for Ascending.
 
Success again. Love this resource.

I went into help on GroupLevel but obviously did not read deep enough.
Thank you again.

Sarah
 
Back
Top