I have a macro that will import a text file call CAFile from a network location into my database and will also delete the existing file with the same name because it is an ever changing file. I am running into a problem because I need to be able to delete the existing file but it is used in several queries so it is not allowing me to delete it. Is there a way I can clear the contents of the old CAFil in my database and replace it with the new imported CAFile information or is there a better way to do this. Thanks for the help.