E
ExcelMan
I am creating an application with reports that have both default sorting and
the option for the user to customize the report sort order to 3 levels.
Sometimes though the user only selects a single sort level, but the default
sort level may have been more than one. So I need to delete the 2 - n sort
levels the user chose not to use.
As you might guess, I implement the custom sort in the report_open event.
Is there a way for me to delete an unneeded group level? I tried setting
the ControlSource = "", but it didn't like that.
I can't seem to find a GroupLevel(n).Delete method? Any ideas?
Thanks.
the option for the user to customize the report sort order to 3 levels.
Sometimes though the user only selects a single sort level, but the default
sort level may have been more than one. So I need to delete the 2 - n sort
levels the user chose not to use.
As you might guess, I implement the custom sort in the report_open event.
Is there a way for me to delete an unneeded group level? I tried setting
the ControlSource = "", but it didn't like that.
I can't seem to find a GroupLevel(n).Delete method? Any ideas?
Thanks.