Senin, 09 Desember 2013

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 (8)
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar