Output to RTF

G

~glen~

I have an Access 2002 .adp project getting data from a SQL Server 2k
database. One of the reports I'm outputting directly to an .rtf file in the
ReportActivate() sub with the following line....

DoCmd.OutputTo acOutputReport, Statements, acFormatRTF, ""

The user is prompted to name the .rtf file and it is created just fine. Then
the application freezes. If I comment out the above line and create the
report and then output it to an .rtf manually it also works just fine. I've
run the sysutils filemon program and it shows the Access trying to use the
utilites.mda file but it never gets any farther. Anyone have any ideas?
TIA...
 
Top