Save a .csv file to me.com

W

Wind54Surfer

Hi all,

I have:
========================
Private Sub btnJobsNotPaid_Click()

Dim FileName As String

FileName = "X:\JobsNotPaid.csv"
DoCmd.OpenQuery "qryExportJNPtoTable"
DoCmd.TransferText acExportDelim, "", "tblJobsNotPaid", FileName, True, ""

End Sub
============================
And want to save to website instead, is there any way to do this with code?

Thanks for any help,
Emilio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top