G
Guest
I have implimented the function with the following arguements:
DoCmd.OutputTo acOutputQuery, "subQry_ALL_appealDecisions",
"RichTextFormat(*.rtf)",
"\\comp-san-2\xxx\yyy\Planning_Performance\uniform\appeals_report", True, ""
I receive an error when I try to execute, stating:
"Can't save the data output file you've selected"
Does anyone have any ideas why I receive this error?
I have changed the file path to the C:\ and the error is still the same, so
I know this is not a permissions issues.
DoCmd.OutputTo acOutputQuery, "subQry_ALL_appealDecisions",
"RichTextFormat(*.rtf)",
"\\comp-san-2\xxx\yyy\Planning_Performance\uniform\appeals_report", True, ""
I receive an error when I try to execute, stating:
"Can't save the data output file you've selected"
Does anyone have any ideas why I receive this error?
I have changed the file path to the C:\ and the error is still the same, so
I know this is not a permissions issues.