2.I have also tried to group some data using this code, but it doesn't seem to do anything:
Code:
varGroupLevel = CreateGroupLevel(report.Name, "data_curs", _
True, True)
report.Section(acGroupLevel1Header).Height = 400
report.Section(acGroupLevel1Footer).Height = 400
Leave a comment: