Output Snapshot format of Report to shared drive

  • Thread starter Thread starter sblatter_eg
  • Start date Start date
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.
 
Your forward slash characters "/" should be backwards slash "\".

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top