J
Jeff Shanker
I have an app that has an Open Orders report grouped by location. I would
like to use that same report to do indiv. locations. I tried doing
DoCmd.OpenReport "rptOpenOrder", acViewNormal, , "LOC=1", acHidden
DoCmd.OutputTo acOutputReport, "rptOpenOrder", acFormatRTF, _
"Cedar Brook Open Orders.rtf"
I did it first with acPreview and that outputted OK, but the Preview window
showed up so I used acHidden and it outputted my whole to. Any ideas?
Thanks
like to use that same report to do indiv. locations. I tried doing
DoCmd.OpenReport "rptOpenOrder", acViewNormal, , "LOC=1", acHidden
DoCmd.OutputTo acOutputReport, "rptOpenOrder", acFormatRTF, _
"Cedar Brook Open Orders.rtf"
I did it first with acPreview and that outputted OK, but the Preview window
showed up so I used acHidden and it outputted my whole to. Any ideas?
Thanks