A
Arturo
I have a long process that takes place when one of my Access databases opens
up. One of the last things I do in the process is to delete files out of a
directory. I have my reasons for doing it this way, but as this file closes,
it opens another Access database.
When this database opens, it opens a form. I tell the form to close after it
opens. In the OnClose event I need it to open the bat file (sequenceRun.bat)
in the folder C:\abc\def\. This bat file deletes all the Access files in that
folder.
However, I can’t get the file to run. Can anyone help?
Thanks.
up. One of the last things I do in the process is to delete files out of a
directory. I have my reasons for doing it this way, but as this file closes,
it opens another Access database.
When this database opens, it opens a form. I tell the form to close after it
opens. In the OnClose event I need it to open the bat file (sequenceRun.bat)
in the folder C:\abc\def\. This bat file deletes all the Access files in that
folder.
However, I can’t get the file to run. Can anyone help?
Thanks.