Relative Content

Tag Archive for vbams-accessbatch-file

Batch Not Executing Fully From Access

I am running a batch file from MSAccess in VBA. It is not fully executing. It works just fine if I run it outside of access. I am using VBA to create the bat file and then running it and quitting access. The bat file will then delete the access file and then download a new file and open the new one. Like I said when I run the bat file outside of access it works perfectly. But from access it deletes the current file and then never continues on with the rest of the script. Any guidance would be welcomed.