External file deletion

  • Thread starter Thread starter dveer
  • Start date Start date
D

dveer

After I have imported an external Excel file in my Access DB I want to delete
this file to avoid duplicate import.
Can anyone give me a hint how to program this in VB?
 
dveer said:
After I have imported an external Excel file in my Access DB I want to
delete
this file to avoid duplicate import.
Can anyone give me a hint how to program this in VB?

Kill "PathToExcelFile"

Simple as it gets.
 
Thanks, this works perfect!
And you are right, sometimes a solution is simple ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top