Export to RTF

J

Jörg Werner

I have a report that I want to export as RTF.
If I do a DoCmd.OutputTo all the report events like report_open, xxx_Format
etc. will not be executed.

So whats wrong with it ?

Thanks.
Jörg Werner
 
K

Ken Snell

Nothing.

OutputTo outputs the printed version of the report. It does not ouput the
code that is in the report's module.
 
Top