View Full Version : Printing a Seperator Page


AccessNub
07-10-2008, 08:31 AM
Hi Guys,

I have created a report to print out to a pdf file. The problem is that I need a seperator page in between each record. Initially this wasn't a problem as each record was only 1 page on the report and I had just added the seperator page at the bottom of the report, but now that I have 2 page reports there isn't enough space.

Is there any way to print a seperator page after each record on the report? Maybe in vb?

Any help would be appreciated.

rainman89
07-10-2008, 09:07 AM
Hi Guys,

I have created a report to print out to a pdf file. The problem is that I need a seperator page in between each record. Initially this wasn't a problem as each record was only 1 page on the report and I had just added the seperator page at the bottom of the report, but now that I have 2 page reports there isn't enough space.

Is there any way to print a seperator page after each record on the report? Maybe in vb?

Any help would be appreciated.

can you put a pagebreak in there? that should add the page after each record

AccessNub
07-10-2008, 09:10 AM
can you put a pagebreak in there? that should add the page after each record

Unfortunately, this wouldn't work. The seperator page is actually some sort of giant barcode so the system that scans them into our document manager can determine where each application ends.