by Jonathan Halder | Dec 19, 2023 | MS Access, MS Access Forms, MS Access Tables, MS Access VBA Coding, TDD
Time to do more test driven development! So we left off last time thinking about doing a test to see if a dictionary object I am going to create to store the form field changes is a new object. I was trying to determine how to Assert that using RubberDuckVBA and I was...
by Jonathan Halder | Dec 18, 2023 | MS Access, MS Access Features, MS Access Forms, MS Access Queries, MS Access Reports, MS Access Tables, MS Access VBA Coding
Refactoring code is something I do often. Trying to find ways to make things simpler and more readable are two reasons of many that I do this. As I work on code and refactor it, I find myself continually, daily, using tools to find and replace code, and not quite as...
by Jonathan Halder | Dec 15, 2023 | MS Access, MS Access VBA Coding, TDD
Our test driven development continues! We are creating a Form Auditor and so far have a basic form listening class and now we need a class which will iterate over a form and collect the Old and New values of fields that are different. I am creating a skeleton of the...
by Jonathan Halder | Dec 14, 2023 | MS Access
There is this cool technique I learned about called the Pomodoro Technique (See article on Wikipedia) The idea is to work in specified time increments. Often I problem I have had is that I get lost in my work. I’m working on some problem and all other things go...
by Jonathan Halder | Dec 13, 2023 | Blogging
So I have now written eighteen articles for this daily email list. It’s been a bit rocky getting it automated and easy to send out. My idea was to post a blog article on my Access JumpStart web site: Blog This was to kick off an automated email with the article...