I need to figure out how to write a code that will import the most current csv file within a specified folder. What I have now is...
Every business day, a new file is added. How do I have it import the most current file?Code:DoCmd.TransferText acImportDelim, "1", "LFGLoanRpt", "J:\Processing\Documentation\Reporting\LNL\MarksLoanReport\MarksLoanReport_01-03-2014.csv", False, "", 437
Thanks,
Joflow