Delete a file on desktop from access

Amileaux

Registered User.
Local time
Today, 16:44
Joined
May 6, 2003
Messages
98
How can I delete a file from access that is on my desktop? When I use the deleteobject command access assumes that I want to delete an access object (not a bad assumption, just not what I want right now). Thank you. Marie
 
Thanks! That worked. So simple. :)
 
SforSoftware said:
Marie,

Use:
Code:
[color=red]Kill[/color] "c:\myfile.txt"

Access, the violent non-game computer program...
 

Users who are viewing this thread

Back
Top Bottom