Print a record twice on 1 A4 paper so I have 2 copies of a Record

  • Thread starter Thread starter Faio
  • Start date Start date
F

Faio

Can it be done?

I need to create a report to print twice a record on 1 A4 page.

Is this clear or do I have to explain more?
 
Here's a simple approach.

1. Create a table containing just one field named CountID, of type Number.
Save the table, and enter 2 records (a 1 and a 2).

2. Create a query that contains your real table and the count table. In
query design view, if you see any line joining the 2 tables, delete the
line. It is the lack of a join that causes the record to print twice. Save.

3. Use the query as the RecordSource for your report.
 
Back
Top