File deletion

Arrowx7

Registered User.
Local time
Today, 02:40
Joined
Feb 1, 2005
Messages
19
Hello,
In a microsoft access file I have a button. I put some VBA code in the button to create an html file containing some javascript. When the button is clicked, I want it to load the file and then delete it (both loading and deleting scripts are in sub mouseClick() ), but when i did that it seems to delete the file before it has a chance to load it.

any ideas?
thanks in advance
 
how are you loading it?
 

Users who are viewing this thread

Back
Top Bottom