P
Peter Hafner
Hi there,
I want to create reports which have a dynamic number(1 to 4) of grouping
levels depending on a user action (listbox).
With CreateGroupLevel I have to create the layout of headers, footer,
details etc. by code (too difficult).
Therefore I tried to create a Report with 4 grouping levels and deleting
the unneeded levels on the open event with Me.GroupLevel(n).GroupFooter
= False which is not working.
Hiding the Footers etc. still requires to set a controlSource for the
grouping level (which one if the user don´t want one??).
Any ideas how to solve this problem?
Thanx,
Peter
I want to create reports which have a dynamic number(1 to 4) of grouping
levels depending on a user action (listbox).
With CreateGroupLevel I have to create the layout of headers, footer,
details etc. by code (too difficult).
Therefore I tried to create a Report with 4 grouping levels and deleting
the unneeded levels on the open event with Me.GroupLevel(n).GroupFooter
= False which is not working.
Hiding the Footers etc. still requires to set a controlSource for the
grouping level (which one if the user don´t want one??).
Any ideas how to solve this problem?
Thanx,
Peter