Senin, 09 Desember 2013

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

__,_._,___

Tidak ada komentar:

Posting Komentar