Hi
I have a query and am using the below
The csv file always has the same name
How do I get the data to append to the exisiting data or do I need to do something else?
Thx
Darin
I have a query and am using the below
Code:
Dim StrFileName, StrFile
StrFileName = "TEST100"
StrFile = "\\Lynxserver\lynx\Payroll\NewEmployeesSAGE\" & StrFileName & ".csv"
DoCmd.TransferText acExportDelim, , "SAGE UnionTEST", StrFile, False
The csv file always has the same name
How do I get the data to append to the exisiting data or do I need to do something else?
Thx
Darin