Deleting Files Using Access

D

DevDaniel

I have: an obsolete Excel file.

I want: to delete the file (using code in my Access database). The file name
is known, so there is no need to use a file browser.

Any suggestions?
 
D

Douglas J. Steele

What event is supposed to trigger the code being run?

Presumably you put the code in a Function or Sub: just call that routine in
whatever event's supposed to trigger it.
 
Top