Hi:
When I run the following code:
Dim rpt As New Report
Set rpt = CreateReport
rpt.Section(acHeader).Height = 500
I get an error : "The section number you entered is invalid". I know this is because at this time the report header doesn't exist. I can't find how to create it.
Any help will be appreciated.
Thanks.
When I run the following code:
Dim rpt As New Report
Set rpt = CreateReport
rpt.Section(acHeader).Height = 500
I get an error : "The section number you entered is invalid". I know this is because at this time the report header doesn't exist. I can't find how to create it.
Any help will be appreciated.
Thanks.