472,119 Members | 1,939 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Printing multiple reports!

Hi all!

I have a problem printing multiple reports. The code i use is:
Dim stDocName As String
stDocName = "rptInvoice"
DoCmd.OpenReport stDocName, acNormal, , "[Invoicedate] = date()"
The problem is that invioce details is printed several times on the same
invoice and only the first page is shown as first page, even if all reports
have only one page.
I gess I have to loop trough the code, but I can't figure out how to.

Sigurd

Nov 12 '05 #1
2 4424
Assuming you are printing multiple invoices per report run. You need to move
your Invoice page header to the Group header of the Invoice number. The
report Header / Footer only prints once per report run

"Sigurd Bruteig" <s-********@online.no> wrote in message
news:Jw********************@news2.e.nsc.no...
Hi all!

I have a problem printing multiple reports. The code i use is:
Dim stDocName As String
stDocName = "rptInvoice"
DoCmd.OpenReport stDocName, acNormal, , "[Invoicedate] = date()"
The problem is that invioce details is printed several times on the same
invoice and only the first page is shown as first page, even if all reports have only one page.
I gess I have to loop trough the code, but I can't figure out how to.

Sigurd

Nov 12 '05 #2

"paii" <pa**@packairinc.com> skrev i melding
news:vn************@corp.supernews.com...
Assuming you are printing multiple invoices per report run. You need to move your Invoice page header to the Group header of the Invoice number. The
report Header / Footer only prints once per report run


Thank you!
I will try this out

Sigurd
Nov 12 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by John | last post: by
4 posts views Thread by Russ | last post: by
1 post views Thread by Stinky Pete | last post: by
5 posts views Thread by dancole42 | last post: by
18 posts views Thread by Brett | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.