Access JumpStart 2.0 | Blog
A Rapid Development Framework for Microsoft Access
Recent Articles
What is pair or mob programming? Why do it at all?
Pair Programming and Mob Programming are collaborative approaches to software development that emphasize teamwork and shared responsibility. What is Pair Programming? Pair programming involves two developers working together at one workstation. One developer, known as...
Some vanilla VBA error handling scenarios
Error handling in VBA is crucial for managing runtime errors and ensuring your code runs smoothly. Here's how it works in a couple of different common scenarios: Standard Error in a Single Procedure:When an error occurs in a single procedure, you can use the On Error...
Error Handling in Access JumpStart
How do we deal with Error Handling in a library? This came up because of the NiceDlookup function I've published previously. In that function, the Err object is used to "Raise" errors. The reasoning behind this for this particular function was to make the function...
Pair Programming basics
If you have a project you are working on in Access and are looking for another pair of eyes or some advice on how to work through adding a new feature to your system, you might find pair programming a valuable asset. In order to pair program, you have a few options....
Playing well with other VBA developers
Have you collaborated on an Access database with others? I'd like to do more of this personally. I think sharing experiences of coding with others in terms of pair or mob programming would be fun, informative, and helpful for all involved. Pair or Mob programming...
Using a class as the main application
In the following linked message, I started creating a form and within the form code module I created some local variables to store a class object for accounts and then used the Form Current event to test the form to make sure it was valid before running the Account...
Lazy loading of objects in VBA
Some things you do when designing forms inherently reset the VBA environment. This takes all your existing object variables in that form and resets them. That's why I often use a function to refer to an object to check to make sure it exists before I use it so I don't...
How about a good VBA coding practices bootcamp?
Ok, a while back I asked you about TDD and doing a bootcamp and I did not get too many responses indicating interest in that, so how about a good VBA coding practices bootcamp? I'm thinking about going over practices suggested by Uncle Bob and would start with the...
What to do and focusing on doing it
Working as an independent consultant for 25 years has definitely improved my focus on working productively. I think it was after the first month of working without any supervision, that I realized that I couldn't just do whatever I wanted and delay my actual billable...
Tenatively laying out an application structure
Now I have some code. Here's what my form looks like so far: That contains the following module: 'Form_frmAccounts Option Compare Database Option Explicit Private InternalAccount As AccountInterface Private Function Acct() As AccountInterface If InternalAccount Is...
Implementing an Access architecture for the credit card payoff app
I am currently discussing a credit card payoff application I'm working on in terms of Model-View-Control architecture in a series of messages. In this message, moving back to forms, I have built a form (user interface) which I am going to think of as the user...
Test Driven Development and Tables in Access
As I think about and discuss an architecture for an Access application I was considering the data persistence layer again and thinking about why one might want to test it. For example, what if your application is meant to track historic events throughout the history...
Quick Links
About
Our goal is to help people simplify their business by providing software products to streamline their work.
Contact
(630) 423-4994