Print to serial printer, no page break

  • Thread starter Tran Hong Quang
  • Start date
T

Tran Hong Quang

Hi,
I have some records to print to serial printer (like Epson LX 300). If I
create a report and then print the report, the page break is always added so
that even the report has few lines, the printer will scroll and load next
page.

How to print one by one line, not add page break?

Thanks
Quang
 
J

John Nurick

Hi Quang,

As I understand it this happens because Access sends each report to
Windows as a separate print job. The simplest way to avoid this is to
create another report and include the reports you need as sub-reports.
 
Top