Two report pages on one physical page

  • Thread starter Thread starter Claudette Hennessy
  • Start date Start date
C

Claudette Hennessy

A report only takes up half an 8.5 by 11 page. My report has umpteen pages.
I want to print two of the Access pages on one physical paper page. I feel
that I ought to know how to do this, but....
Thank you in advance,
Claudette
 
Do you really just want to show two records per printed page? This is a
result of the section heights.
 
Duane, thank you for your response,
No, the report is an invoice, has a report header, detail of costs and
report footer, each page printed is a different customer; I want to print
two invoices per physical paper page.
Claudette
 
Sorry, no again, I am working on a database someone else designed. The
invoice calculates costs based on choices in a form and a reference table of
costs. So the issue is, printing page 1 and page 2 of the report on
physical page 1.

Claudette
 
Duane, thank you for your response,
Duane Hookom said:
I would expect you have an invoice table and invoice details table. Try
create a report with only the Invoice table. Make the detail section tall
enough to print to invoice records per page. Then create an invoice
details
subreport to place in the detail section of the invoice main report. Don't
allow the main report detail section to shrink or grow.
 
Back
Top