K
Kelvin Beaton
This code acts like it's running. It scrolls through the pages anyway.
DoCmd.OutputTo acOutputReport, "rpt_OutreachContact-Report", "Rich Text
Format (*.rtf)", "Outreach Contact - Report.rtf"
When I rerun it, it doesn't ask if I want to over write the old file.
And I don't know where it's putting the file...
I thought I could put the file on the desktop by adding this "C:\Documents
and Settings\%username%\desktop\" but no luck.
DoCmd.OutputTo acOutputReport, "rpt_OutreachContact-Report", "Rich Text
Format (*.rtf)", "C:\Documents and Settings\%username%\desktop\Outreach
Contact - Report.rtf"
It says "... can't save the output data to the file you've selected."
Can someone help me export this report?
Thanks
Kelvin
DoCmd.OutputTo acOutputReport, "rpt_OutreachContact-Report", "Rich Text
Format (*.rtf)", "Outreach Contact - Report.rtf"
When I rerun it, it doesn't ask if I want to over write the old file.
And I don't know where it's putting the file...
I thought I could put the file on the desktop by adding this "C:\Documents
and Settings\%username%\desktop\" but no luck.
DoCmd.OutputTo acOutputReport, "rpt_OutreachContact-Report", "Rich Text
Format (*.rtf)", "C:\Documents and Settings\%username%\desktop\Outreach
Contact - Report.rtf"
It says "... can't save the output data to the file you've selected."
Can someone help me export this report?
Thanks
Kelvin