Access 2000 (ADP) quits unexpectedly when exporting reports to RTF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We use a Access 2000 ADP front end and a SQL Server 2000 back end. The data
source for our reports are through strored procedures with subreports that
use views as the data source. When our users try to export certain reports
in .rtf format, as soon as they choose .rtf and click "OK" the application
closes unexpectedly and the report is not exported at all. There is no error
message given, the application simply quits. If I step through the code to
find the problem, it runs through and exports the reports just fine. There
does not seem to be much documentation about this out there and I'd
appreciate any help. Thanks.
 
Check to see where the RTF is trying to go. It may not be going to the
user's My Documents folder but instead to some other folder where the user
doesn't have rights?

Linda
 
The users can choose where they want it to go. I've been exporting them to
my desktop and the problem still occurs.
 
Back
Top