G giannis Sep 11, 2003 #1 How can i delete a file with code in access ? Is there any command for this or i must use the Shell function ?
How can i delete a file with code in access ? Is there any command for this or i must use the Shell function ?
R Rick Brandt Sep 11, 2003 #2 giannis said: How can i delete a file with code in access ? Is there any command for this or i must use the Shell function ? Click to expand... Kill "Path to file to delete"
giannis said: How can i delete a file with code in access ? Is there any command for this or i must use the Shell function ? Click to expand... Kill "Path to file to delete"
M Mr. Smith Oct 20, 2003 #3 Rick Brandt said: Kill "Path to file to delete" Click to expand... But remember to test for its existance first using Dir()
Rick Brandt said: Kill "Path to file to delete" Click to expand... But remember to test for its existance first using Dir()
Å Åï Oct 22, 2003 #4 Mr. Smith said: But remember to test for its existance first using Dir() ...........000...000...112211 Click to expand...
Mr. Smith said: But remember to test for its existance first using Dir() ...........000...000...112211 Click to expand...