Hello. I'm using Access '07 and I need to regulariliy put a PDF on a FTP site. Can I do this directly with the outputto command?
I can't seem to make this work. Or do I need to use the OutputTo command to a local file upload separately. I can do the steps separately just fine but I always prefer to do in one command line what I could do in two.
If anyone has gotten this to work in a simpler fashion I'd love to hear about it.
Carl
Code:
DoCmd.OutputTo acOutputForm, form_name, acFormatPDF, "ftp://files.myftpsite.com/" & lotnum & ".pdf", False
If anyone has gotten this to work in a simpler fashion I'd love to hear about it.
Carl
Comment