TryTryAgain
Programmer
I recently converted from Access 2000 to Access 2003. I have a database that uses the VB action OutputTo:
DoCmd.OutputTo acOutputReport, "rpt_statusdetail", acFormatRTF, "I:/Land/Capital Projects/Variance - 2005 Closed Projects/2005 Closed Detail Variance Report.rtf", False
This code no longer works, e.g., my reports are not being output although there are no error messages, and the code executes and appears to work.
I've tried using the OutputTo command in a macro, and see the "Now Outputting page...." window but have the same problem, the report is not there.
Any assistance would be greatly appreciated.
DoCmd.OutputTo acOutputReport, "rpt_statusdetail", acFormatRTF, "I:/Land/Capital Projects/Variance - 2005 Closed Projects/2005 Closed Detail Variance Report.rtf", False
This code no longer works, e.g., my reports are not being output although there are no error messages, and the code executes and appears to work.
I've tried using the OutputTo command in a macro, and see the "Now Outputting page...." window but have the same problem, the report is not there.
Any assistance would be greatly appreciated.