Continuous printing

T

tikal_traveler

I created a library card program which prints out 4 5X3 cards per book.
However, when I print out the cards, it prints out 3 for the first page and 1
for the second and starts the next entry on the third page. Does anyone know
how to print continuously - start the next series of 4 to print on the second
page? Thank you.
 
A

Arvin Meyer

tikal_traveler said:
I created a library card program which prints out 4 5X3 cards per book.
However, when I print out the cards, it prints out 3 for the first page and 1
for the second and starts the next entry on the third page. Does anyone know
how to print continuously - start the next series of 4 to print on the second
page? Thank you.

You probably need to adjust your margins or even slightly adjust the card
size to get them to print correctly from your printer. This problem happens
most often with InkJet printers which don't have uniform specifications for
margin requirements.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
L

Larry Daugherty

Hi,

Design a new report using the Label wizard. If you don't find your label in
the list you can create a new label with the dimensions and spacing you
choose.

HTH
 
Top