Code for connecting access to printer


this below code for using in invoice database Access :)

Private Sub cmdPrint_Click()
    DoCmd.OpenReport "Invoice"

    On Error Resume Next
    DoCmd.PrintOut "Invoice", , , acHigh, 1
End Sub
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

Random Posts