Jetman 0 Newbie Poster
Private WithEvents m_PrintDocument As PhotoJob.FrmIndividualPerformanceReport
Private Sub BtnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnPrint.Click
        m_PrintDocument = New PhotoJob.FrmIndividualPerformanceReport
        m_PrintDocument.Print()
    End Sub

I used the codes above to print the tables that i got from access but it is not working, any help would be appreciated, i just want to print my forms using a print button i created.

Thank You,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.