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
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