Can anyone tell me how to import a .csv or .txt file into an existing Access table by using a command button? I have exported a file before that was already in Access. Now I have two files one is a .csv and the other is a .txt file. I manually imported them but I want to be able to update the two tables with fresh data and not link the .csv and .txt files. I have a delete query that removes the old data from the table and I would love to be able to import the refreshed data into the existing tables by just clicking a command button. Thanks for any help!