I am trying to do something very simple but for some reason I can not get this to work.
I have a linked .csv table: (s:\pctools\admin\template\sadirect\SellerFeesReport.CSV)
and I am using query 'dupSellerFeesReport' that does a simple group by to get rid of all duplicate accounts (if they exist)
my code below "should" work but for some reason it keeps running a run-time error.
Can anyone help me out? Thanks in advance.
I have a linked .csv table: (s:\pctools\admin\template\sadirect\SellerFeesReport.CSV)
and I am using query 'dupSellerFeesReport' that does a simple group by to get rid of all duplicate accounts (if they exist)
my code below "should" work but for some reason it keeps running a run-time error.
Code:
DoCmd.TransferText acExportDelim, "", "dupSellerFeesReport", "s:\pctools\admin\template\sadirect\SellerFeesReport.CSV", false
Run-time error '3625':
The text file specification 'SellerFeelsReport Link Specification' does not exist. You cannot import, export, or link using the specification.
Can anyone help me out? Thanks in advance.