Ok, Here's my quandry:<br><br>I have an <b>ODBC Visual Foxpro driver system DSN</b> pointing to a directory where the file I want to import is.<br><br>In <b>Access 2000</b>, I use the <b>TransferDatabase method</b> to import the file for me to process.<br><br>That all works fine. I process it...everything is great.<br><br>As part of clean up, I dynazip the foxpro file and then I want to <b>delete the Foxpro file</b>. It won't let me, it says the file is in use. I can't open the file, nor delete it manually. <u>I have to exit out of access to do anything with it, which leads me to believe that when I exit access, the odbc connection is closed</u>. Is there a way of doing this without closing access?<br><br>Thanks in advance...