The easy way is to pre-print the disclaimer then turn the stack over and put it back in the printer.
This means you dedicate a printer or at least a paper drawer for invoices though.
Bob Peterson
“Never look back unless you are planning to go that way.”
― Henry David Thoreau
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Steve Conklin
Sent: Monday, December 09, 2013 12:25 PM
To: MS Access Pros List
Subject: RE: [MS_AccessPros] RE: Display a JPG on every other page in report
Hi Bill.
I have tried variations of what you suggest, but I am not quite getting there. The verbiage needs to stand alone.
Every even page needs only the disclaimer, and I have to show it on pg 2 even if there is only 1 page worth of data to the invoice. And if there is enough data for 2 pages, I need to put the next page of data on pg 3 (and disclaimer again on pg4)
And to make matters worse it is ALOT of text, takes up almost a whole page on its own.
Steve
To: MS_Access_Professionals@yahoogroups.com
From: wrmosca@comcast.net
Date: Mon, 9 Dec 2013 09:04:02 -0800
Subject: [MS_AccessPros] RE: Display a JPG on every other page in report
Steve
Since you are already using Page of Pages, you're half way there. Put a label (or text box if the verbiage is stored) and hide or show it based on even/odd pages.
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Me.lblDisclaimer.Visible = (Me.Page Mod 2 = 0)
End Sub
| Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (9) |
Tidak ada komentar:
Posting Komentar