Another $.02<br><br><FONT FACE=monospace><br>Public function KillThatFile(sFilename)<br> on error resume NotDeleted<br><b><br> If "" <> Dir(sFileName) Then Kill sFileName<br> KillThatFile = TRUE<br></b><br>ExitFun: <br> on error goto 0<br> exit function<br><br>NotDeleted:<br> KillThatFile = FALSE<br> resume ExitFun<br><br>End function<br></font><br><br><br>If the problem is in File system authorities, for example you only have add and change rights to the directory. You need to get with the system's administrator.<br><br><br><br>Programmers axiom #4 -- When paid by the line, always handle errors.<br><br> <p>Wil Mead<br><a href=mailto:wmead@optonline.net>wmead@optonline.net</a><br><a href= > </a><br>