S
sblatter_eg
I have troubles using the output to method
DoCmd.OutputTo acOutputReport, "Roffer", acFormatSNP,
"N:/path/filename.snp", False
I get always a message "the report snapshot was not created because you
don't have enough free disk space for temporary work files".
When I export the same file manualle by using File/Export it works
perfectly. N is a shared drive on the server.
DoCmd.OutputTo acOutputReport, "Roffer", acFormatSNP,
"N:/path/filename.snp", False
I get always a message "the report snapshot was not created because you
don't have enough free disk space for temporary work files".
When I export the same file manualle by using File/Export it works
perfectly. N is a shared drive on the server.