Link to home
Start Free TrialLog in
Avatar of CMARKSON
CMARKSON

asked on

Delete a text file when done with it

I want to delete a text file when I have updated my access table with it, is ther a way in access
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of void_main
void_main

Access has a Visual Basic running in the background (Macros). You can easily delete files with the correct commands. The >>kill "filename.txt"<< is the best but you also can write >>shell "del filename.txt"<<

this should do the job
TimCottee should earn all 500 points
TimCottee should earn all 500 points