/ Published in: Visual Basic
Import CSV files into a named table in Access database. Use to bulk load tables.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
DoCmd.TransferText acImportDelim, "", "Table1", "C:\Winxp\testing.csv", True, "" ' where table1 is your table
URL: http://www.ozgrid.com/forum/showthread.php?t=32942