R
Rick Allison
How do I change the sorting and grouping for report in VBA?
I have a report that I need to sort two different ways based on different data in the query. I have set up the sorting and grouping for one way but cannot figure out how to do it for the other way, other than creating a completely separate report. UGLY.
I've looked at CreateGroupLevel method that but requires design mode for the report.
I'm guessing there is an easier way but I'm stumped. I figured someone out there has had this same kind of requirement and has solved it.
Thanks,
I have a report that I need to sort two different ways based on different data in the query. I have set up the sorting and grouping for one way but cannot figure out how to do it for the other way, other than creating a completely separate report. UGLY.
I've looked at CreateGroupLevel method that but requires design mode for the report.
I'm guessing there is an easier way but I'm stumped. I figured someone out there has had this same kind of requirement and has solved it.
Thanks,