deleting file

J

john c

Need Help. Using a Macro to import a dbf file
and after import I want to delete the orginal dbf
file. I remember a runcommand that used KILL to delete a
file outside of the database. Any suggestions?
 
J

John Vinson

Need Help. Using a Macro to import a dbf file
and after import I want to delete the orginal dbf
file. I remember a runcommand that used KILL to delete a
file outside of the database. Any suggestions?

Kill is a VBA operator; I do not know if it's available in Macros. Any
chance you could recast this macro into a VBA subroutine?

John W. Vinson[MVP]
(no longer chatting for now)
 
Top