Business Card Printout

G

Guest

I have several addresses and Cards I wish to print out on the same page. Is
there a way to print out 10 records on a page with 2 across and 5 down? It
would save me a TON of paper.
_______________________________

Record 1 Record 2
_______________________________

Record 3 Record 4

_______________________________

Record 5 Record 6

You get the idea...


Greg
The Oft Access Confused
 
D

Duane Hookom

You can print this using columns. If you want 10 cards printed from each
record, you can create a table "tblNums" with a single numeric field [Num].
Add records with values 1 - 10. Add this table to the record source of your
report. This will create 10 copies of each record.
 
G

Guest

What I really need is 10 different records printed on the same page, but I
need them to print in 2 columns and 5 rows.

Greg
Duane Hookom said:
You can print this using columns. If you want 10 cards printed from each
record, you can create a table "tblNums" with a single numeric field [Num].
Add records with values 1 - 10. Add this table to the record source of your
report. This will create 10 copies of each record.

--
Duane Hookom
MS Access MVP


I have several addresses and Cards I wish to print out on the same page. Is
there a way to print out 10 records on a page with 2 across and 5 down? It
would save me a TON of paper.
_______________________________

Record 1 Record 2
_______________________________

Record 3 Record 4

_______________________________

Record 5 Record 6

You get the idea...


Greg
The Oft Access Confused
 
D

Duane Hookom

This should be a matter of creating a simple two column report. First,
create a detail section that is 3.5" wide and 2" high. Add your text boxes
and other controls to design a single card. Select File|Page Setup and set
the columns to 2.

This should create a two column, business card report.

--
Duane Hookom
MS Access MVP


What I really need is 10 different records printed on the same page, but I
need them to print in 2 columns and 5 rows.

Greg
Duane Hookom said:
You can print this using columns. If you want 10 cards printed from each
record, you can create a table "tblNums" with a single numeric field [Num].
Add records with values 1 - 10. Add this table to the record source of your
report. This will create 10 copies of each record.

--
Duane Hookom
MS Access MVP


I have several addresses and Cards I wish to print out on the same
page.
Is
there a way to print out 10 records on a page with 2 across and 5
down?
It
would save me a TON of paper.
_______________________________

Record 1 Record 2
_______________________________

Record 3 Record 4

_______________________________

Record 5 Record 6

You get the idea...


Greg
The Oft Access Confused
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top