JaredNJames
Registered User.
- Local time
- Today, 00:21
- Joined
- Jul 7, 2007
- Messages
- 87
hi, i have button on a form which prints a report.
can anyone post the code required to get the report to print.
report name : qry_invoice
i just cant suss it out.
my current code is:
DoCmd.OpenReport "qry_invoice", acViewPreview, , , acHidden
DoCmd.RunCommand acCmdPrint
but that just prints the form.
Jared James
can anyone post the code required to get the report to print.
report name : qry_invoice
i just cant suss it out.
my current code is:
DoCmd.OpenReport "qry_invoice", acViewPreview, , , acHidden
DoCmd.RunCommand acCmdPrint
but that just prints the form.
Jared James