Search results

  1. Z

    How to identify the date from a csv file

    I have a csv file the datas appear like this 12/22/2009,11:20,3377.49,3378.29,3375.68,3375.68,3377.30,72368512,28534142976 I have used the following code: DoCmd.TransferText acImportDelim, , "PriceOfIndex", "D:\5MinData\XXXX.csv", False It works well to identify the date. But the some of the...
Top Bottom