A
AlwaysFroosh!
I have figured out how to read the different fields that a report is grouping
on by using the following:
Dim BOMReport As Report
Set BOMReport = Reports("My Report")
BOMReport.GroupLevel(0).ControlSource
BOMReport.GroupLevel(1).ControlSource
BOMReport.GroupLevel(2).ControlSource
The reports I'm opening have different numbers of group levels though, and I
need to loop through all of them. Is there a way to dermine how many Group
Levels a report has?
Thanks,
Graham
on by using the following:
Dim BOMReport As Report
Set BOMReport = Reports("My Report")
BOMReport.GroupLevel(0).ControlSource
BOMReport.GroupLevel(1).ControlSource
BOMReport.GroupLevel(2).ControlSource
The reports I'm opening have different numbers of group levels though, and I
need to loop through all of them. Is there a way to dermine how many Group
Levels a report has?
Thanks,
Graham