by Jonathan Halder | Jun 4, 2024 | MS Access, MS Access VBA Coding
I wrote a script to deploy my Microsoft Access application which utilizes my company’s Access JumpStart framework which is available for purchase from our store. In the previous parts I’ve explained how I’ve done the first 5 steps of my script: Step...
by Jonathan Halder | Jun 3, 2024 | MS Access, MS Access VBA Coding
In the first 3 parts of the series I’m writing, I’ve shown the first 4 steps in a deployment script I’m writing for a customer application. Here are the steps I’ve gone over so far: Step 1 – Update the version number based on the latest commit...