delting of temp files on exit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently store temporay word files on each users C drive (c:\access
info\forms\*.doc)

and i want to delte these files on exit from the database or form (specific
filename is stored in the form).

could anybody please advise on how to do this.

Thanks
 
See VBA Help for the Kill statement.
Put it in the Close event of the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top