Hi! I havea button to print out a report...
Reports!rptSalesMix.OrderBy = "[PLUNumber] ASC"
DoCmd.OpenReport stDocName, acNormal
and when you click it it opens the report in design view before printing it. How can I stop it frlom doing this?
Thank you!
Jennifer
Reports!rptSalesMix.OrderBy = "[PLUNumber] ASC"
DoCmd.OpenReport stDocName, acNormal
and when you click it it opens the report in design view before printing it. How can I stop it frlom doing this?
Thank you!
Jennifer