View Full Version : Need a Side 2 of report, but it is has no data


InDFW
01-14-2009, 06:18 PM
I have a report that is many pages long. When it prints, it is supposed to have a back-side for each page that is that same back-page for each report page.

How can I do this without running it through a printer/copier a second time? Also:
Front Side = Page 1
Back Side = Page 2, etc.

HiTechCoach
01-14-2009, 08:22 PM
It depends on your printer's capabilities. possible it Does you printer support duplex printing? If no, you may need to use some software that will give you this feature.

InDFW
01-14-2009, 08:27 PM
We have a high-tech printer, so that's not an issue - the problem is me - i don't know how to do a 2-page Access report.

I tried to move the information to the right and it has potential to work; however, the back-side detail is longer than the first page detail, so it is not working - i'm only getting little bit of data on the front page.

HiTechCoach
01-15-2009, 01:05 AM
i don't know how to do a 2-page Access report.


One option is to add a Page Break control from the tool box to your report where you want the break to occur


I usually create a group footer and place the info for the second page in the footer section. You can set the footers property it to page break before the section

You can also use a sub report for the section pages info if you need more room