J
jeff
Can anyone please see why this code isn't producing a
file named "test.rtf" upon closing the report - Thanks
Private Sub Report_Close()
DoCmd.OutputTo acOutputReport, "Report1",
acFormatRTF, "test.rtf"
End Sub
file named "test.rtf" upon closing the report - Thanks
Private Sub Report_Close()
DoCmd.OutputTo acOutputReport, "Report1",
acFormatRTF, "test.rtf"
End Sub