by Jonathan Halder | May 18, 2026 | Blogging, MS Access, MS Access VBA Coding, Versioning
Right now I’m recreating my strategy on versioning. My current process was to: Make sure the updated files in my working copy are committed to the SVN repository. Import a temp file using OASIS-SVN Update Process which is configured to kick off a process to...
by Jonathan Halder | May 15, 2026 | Blogging, MS Access, MS Access Features, MS Access Forms, MS Access VBA Coding, Versioning
I didn’t make tons of progress on my Access AI setup yesterday and today other than I started to transition one project fully to Git, the Version Control System plugin, and utilizing cursor. I’m not too far in yet, but I set up a page on my internal...
by Jonathan Halder | May 14, 2026 | Blogging, MS Access, MS Access VBA Coding, Versioning
Lots of decisions to make in this new AI world and things are still emerging. My current direction has been to move to a new IDE and away from the VBE environment for most coding tasks. I started with Visual Studio Code or VS Code (Not to be confused with plain old...
by Jonathan Halder | Feb 9, 2026 | Blogging, MS Access
Lately I’ve been trying to transition to a quoting model for my work. It’s been somewhat difficult mainly because I am tenative with deciding on quoted prices. I want to make sure I’m going to be able to be profitable doing it. I have 3 projects in...
by Jonathan Halder | Jan 30, 2026 | Blogging, MS Access, MS Access VBA Coding
I didn’t end up working on anything Access today, but I thought I’d throw some thoughts at you on programming in Access VBA: Always set the Option Explicit statement at the top of every module. There’s an Access setting to always include it when...
by Jonathan Halder | Jan 29, 2026 | Blogging, MS Access, MS Access Tables
Somehow I keep forgetting this. I keep thinking that at some time in the past I was able to link Database C to the linked tables in Database B which were linked to Database A. Why would this be helpful? My use case would be for my database table separation into...