RichardMGreen
Well-known Member
- Joined
- Feb 20, 2006
- Messages
- 2,177
Hi all
I've got some VBA that imports csv files into Access tables and it works very well.
As each file is imported, the CSV is deleted (i.e. sent to the recycle bin) using the Kill command because of what the file contains.
Is there any way of permanently deleting the file or emptying the recycle bin at the end of the routine so the files cannot be restored?
I've got some VBA that imports csv files into Access tables and it works very well.
As each file is imported, the CSV is deleted (i.e. sent to the recycle bin) using the Kill command because of what the file contains.
Is there any way of permanently deleting the file or emptying the recycle bin at the end of the routine so the files cannot be restored?