A Amileaux Registered User. Local time Today, 16:44 Joined May 6, 2003 Messages 98 Aug 22, 2003 #1 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
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
S SforSoftware (NL) SnelStart specialist Local time Tomorrow, 00:44 Joined Aug 16, 2003 Messages 239 Aug 22, 2003 #2 Marie, Use: Code: Kill "c:\myfile.txt"
A Amileaux Registered User. Local time Today, 16:44 Joined May 6, 2003 Messages 98 Aug 22, 2003 #3 Thanks! That worked. So simple.
Autoeng Why me? Local time Today, 18:44 Joined Aug 13, 2002 Messages 1,302 Aug 22, 2003 #4 SforSoftware said: Marie, Use: Code: [color=red]Kill[/color] "c:\myfile.txt" Click to expand... Access, the violent non-game computer program...
SforSoftware said: Marie, Use: Code: [color=red]Kill[/color] "c:\myfile.txt" Click to expand... Access, the violent non-game computer program...
S SforSoftware (NL) SnelStart specialist Local time Tomorrow, 00:44 Joined Aug 16, 2003 Messages 239 Aug 22, 2003 #5