Output Snapshot format of Report to shared drive

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.
 
S

Stephen Lebans

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.
 
Top