A
ant1983
Hi,
Here's my code:
Private Sub Command4_Click()
DoCmd.OutputTo acOutputQuery, qryBillingExport, ,
([Forms]![frmBillingExportFrom]![dateCollectionDate])
End Sub
Brings up an error.
What i want to do is have the filename that it will be saved as to be my
dateCollectionDate's value
Here's my code:
Private Sub Command4_Click()
DoCmd.OutputTo acOutputQuery, qryBillingExport, ,
([Forms]![frmBillingExportFrom]![dateCollectionDate])
End Sub
Brings up an error.
What i want to do is have the filename that it will be saved as to be my
dateCollectionDate's value