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
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