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