Sending a report to an RTF file

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top