printout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I created and Incoice form and a print command that prints the invoice to a
report. Is there anyway I can hit the print button once but print 3 copies?

Please Help Thanks
 
The common method involves creating a table of numbers [tblNums] with a
single numeric field [Num] and values 1 - some high number. Then add this
table to your report's record source and add the [Num] field to the query
grid. Set the criteria under the Num field to
Between 1 And 3
This will create three copies of each record/invoice.
 
Hello,

Thanks for the reply but I think I am kinda lost. Can you please breakdown
to smaller terms or is there any tutorial help on the internet to assist
further?

Thanks.

I must add that I saw where it can be done using a macro but my print
command is in VB may we can try combining both? What u think?


Duane Hookom said:
The common method involves creating a table of numbers [tblNums] with a
single numeric field [Num] and values 1 - some high number. Then add this
table to your report's record source and add the [Num] field to the query
grid. Set the criteria under the Num field to
Between 1 And 3
This will create three copies of each record/invoice.

--
Duane Hookom
MS Access MVP

Levans digital said:
Hello,
I created and Incoice form and a print command that prints the invoice to
a
report. Is there anyway I can hit the print button once but print 3
copies?

Please Help Thanks
 
Check the Better Solution at Allen Browne's page
http://www.allenbrowne.com/ser-39.html.

--
Duane Hookom
MS Access MVP

Levans digital said:
Hello,

Thanks for the reply but I think I am kinda lost. Can you please breakdown
to smaller terms or is there any tutorial help on the internet to assist
further?

Thanks.

I must add that I saw where it can be done using a macro but my print
command is in VB may we can try combining both? What u think?


Duane Hookom said:
The common method involves creating a table of numbers [tblNums] with a
single numeric field [Num] and values 1 - some high number. Then add this
table to your report's record source and add the [Num] field to the query
grid. Set the criteria under the Num field to
Between 1 And 3
This will create three copies of each record/invoice.

--
Duane Hookom
MS Access MVP

message
Hello,
I created and Incoice form and a print command that prints the invoice
to
a
report. Is there anyway I can hit the print button once but print 3
copies?

Please Help Thanks
 

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

Back
Top