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.
Stephen Lebans - 27 Feb 2006 21:22 GMT
Your forward slash characters "/" should be backwards slash "\".

Signature
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
>I have troubles using the output to method
> DoCmd.OutputTo acOutputReport, "Roffer", acFormatSNP,
[quoted text clipped - 5 lines]
> When I export the same file manualle by using File/Export it works
> perfectly. N is a shared drive on the server.
sblatter_eg@hotmail.com - 28 Feb 2006 12:09 GMT
Thanks a lot!! it works! forgive a hobby programmer!