Deleting Files from Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I load data into my access db from a .csv file. I want to delete the file
after loading the data. What is the proper vb code. Any help will be
appreciated.
 
Justin said:
I load data into my access db from a .csv file. I want to delete the file
after loading the data. What is the proper vb code. Any help will be
appreciated.

Kill "Path to file"
 
Rick meant that you put the complete path to the file after the word Kill to
delete the file.
 
Sorry, I'm alittle slow tonight. I thought of that after my reply. I tried
it and it works great. Thnks to all for the input and clarification.
 

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