G
Guest
I am using the DoCmd.OutputTo command in a loop statement to send reports as snapshots into various directories on my company network. The following line of code is taken directly from the Access Module
DoCmd.OutputTo acReport, "rptDailySummary", "SnapshotFormat(*.snp)", strHmDir, False, "
Note: strHmDir = //server/dirx/diry/file.sn
When the module runs the following error message appears
Run Time Error '2024
The report snapshot was not created because you don't have enough disk space for temporary work files
I have completed the disk cleanup utility on both the PC that is running the application and the server that contains the network directories
Has anyone ever run into this problem before and if so what is the solutio
Thank
Ale
DoCmd.OutputTo acReport, "rptDailySummary", "SnapshotFormat(*.snp)", strHmDir, False, "
Note: strHmDir = //server/dirx/diry/file.sn
When the module runs the following error message appears
Run Time Error '2024
The report snapshot was not created because you don't have enough disk space for temporary work files
I have completed the disk cleanup utility on both the PC that is running the application and the server that contains the network directories
Has anyone ever run into this problem before and if so what is the solutio
Thank
Ale