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