I will try to explain what I have. I have a set-width text file that is updated on a daily basis. I need to copy this information into an access table when the user opens the database. The existing table will be totally replaced by the new data. I don't know if I want a link table. I don't want the text file to be unavailable or otherwise affected by my program. The text file is on a server. If I set it up as a link table is there ANY possibility that my program could alter the text file data? If so, I can't use a linked table. Is a linked table the way to go, or should I write a macro that when the database is opened, it copies the data from the text file and places it into a blank table?