delete a file with code

G

giannis

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

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 ?

Kill "Path to file to delete"
 
Top