Thank You Billpower, that worked, may i ask you one more question? There is lot of space between page header and Detail section in PrintPreview mode. How do i reduce that?
Thanks again.
SPC03
Hi,
I am creating a report at runtime, whose recordsource is SQL query. I can get a report all right, but in print preview mode it displays only three records per page in detail section. How do i print more records per page?
I have code like this.
strSqlQuery = "Select * from...
Hi,
I am trying to create labels in report header section at runtime. The number of labels vary each time. I am using code like this.
DoCmd.OpenReport "Report1", acViewDesign
Set rpt = Reports("Report1")
Set lblNew = CreateReportControl(rpt.Name, acLabel, acHeader, _, ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.