I’ve searched the forum for the answer to this, but everything I found required going to Print Preview first.
I want my form to have a command button that will print only the 1st page of a multi-page report. Is that simply done via Docmd.OpenReport with arguments specified?
What I found from previous threads that began with preview open is:
DoCmd.PrintOut PrintRange:=acPages, PageFrom:=1, PageTo:=1
Seems like this would be easy, maybe I’m just sleep-deprived
Thanks,
Kathi