Exporting to Snapshot, not enough Disk Space

  • Thread starter Thread starter Adam P.
  • Start date Start date
A

Adam P.

Why is it when I maunaully export the report to snapshot
it works fine, but when I try to run the code

DoCmd.OutputTo acReport, "report name", acFormatSNP, "file
path"

I get the message that there is not emnough disk space for
temporary work files?
 
How much room is on the hard drive (wherever the TEMP and/or TMP environment
variables point to)?
 
I've got Gigabytes of space. Is there a control panel to
change the amount of space to allow for temp files?
 
Back
Top