S
steel
Hi,
When using VBA to create a Snapshot file a dialog box is shown as if the
Snapshot is being generated, however, the actually Snapshot doesn't get saved
at the file location I specify. There are no file-level security restrictions
to hinder the creation. From the creation the file is then emailed, however,
the email module gets an error because it can not find the attachment
(snapshot Report) in the file location specified.
Docmd.OutPutTo acOutputReport, "Task Report", acFormatSNP,
"c:\temp\report.snp"
Is there a VBA Reference that needs enabling?
Any help is appreciated.
Thanks.
When using VBA to create a Snapshot file a dialog box is shown as if the
Snapshot is being generated, however, the actually Snapshot doesn't get saved
at the file location I specify. There are no file-level security restrictions
to hinder the creation. From the creation the file is then emailed, however,
the email module gets an error because it can not find the attachment
(snapshot Report) in the file location specified.
Docmd.OutPutTo acOutputReport, "Task Report", acFormatSNP,
"c:\temp\report.snp"
Is there a VBA Reference that needs enabling?
Any help is appreciated.
Thanks.