I currently have a routine that loops through a series of text files (csv) by importing the text file with the DoCmd.TransferText command using a predefined file specification. After each file is imported into the current database, the procedure extracts the data and deletes the imported table. The problem I have is it takes awhile to import each file and the size of the database grows rather large. Is there a way to just link the text files using VBA instead of importing the file as a table?



