VBA to Run a Batch File from MS Access (example included)
You can use the following VBA to run a batch file from MS Access: Shell(“Path where your batch file is stored\file name.bat”) In the next section, I’ll explain the full steps to create a VBA to run a batch file. Steps to create a VBA to run a batch file from MS Access Step 1: …
VBA to Run a Batch File from MS Access (example included) Read More »