Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create report header????

Status
Not open for further replies.

jgarcia14

Programmer
Mar 11, 2002
2
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top