Access JumpStart
  • Homepage
  • Blog
Select Page
  • Homepage
  • Blog

Access Programming – What I do and Why (Test Driven Development)

by Jonathan Halder | Mar 15, 2024 | MS Access, MS Access Features, MS Access VBA Coding, TDD

I first have to let you know that I am NOT actually doing Test Driven development on live projects consistently. I have created some tests for client work in the past before coding, but it has been quite rare. I like the idea of Test Driven Development and would like...

TDD – 064 – Finding the bound column in a form field

by Jonathan Halder | Mar 14, 2024 | MS Access, MS Access VBA Coding, TDD

I’m going to add a data element to our collection so that the user of our Form Auditor class will have the bound field name from the ControlSource property. First I will add a new test to check for this additional field in order to have a failing test, then I...

Access Programming – What I do and Why (SQL query debugging)

by Jonathan Halder | Mar 13, 2024 | MS Access, MS Access VBA Coding

Today I had an annoying error message occurring under cetain circumstances while creating a temporary table for an Access report to use. The error message was: Run-time error ’94’: Invalid use of Null Here are the steps I took to debug the error. Make sure...

TDD – 063 – Thinking through the auditor and form field vs table column data changing

by Jonathan Halder | Mar 12, 2024 | MS Access, MS Access VBA Coding, TDD

I am currently exploring the phenomenon that happens to different fields in a form that are bound to the same underlying table field. For an example I have two text fields (TestText and TestTextAlso) on a form that are both bound to the same underlying TestText column...

TDD – 062 – Auditing form controls bound to the same fields

by Jonathan Halder | Mar 11, 2024 | MS Access, MS Access VBA Coding, TDD

Last time I was curious about this topic. What happens in the BeforeUpdate event to two separate controls that are bound to the same column? So rather than wonder what would happen… how about we test for the behavior we would want in this situation… which...
« Older Entries
Next Entries »

Get a Daily Email

An email loaded with my tips and musings.

    We won't send you spam. Unsubscribe at any time.

    Recent Posts

    • Manual test driven development
    • Dealing with complex SQL queries
    • Guiding principles
    • Copying and modifying code / forms / objects
    • Two Form Filtering strategies

    Recent Comments

    1. Neil Sargent on Two Form Filtering strategies
    2. RichardRost on Why I think hourly billing is nuts
    3. Using combo boxes to select an entry and update form fields | Access JumpStart on Hiding duplicate records using running totals over a group
    4. | Access JumpStart on Super Simple Code Kata
    5. Mike Wolfe on Running parallel SQL server databases for testing

    Archives

    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • January 2024
    • December 2023
    • November 2023
    • December 2022
    • March 2022
    • January 2022
    • June 2021
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020

    Categories

    • Blogging
    • MS Access
    • MS Access Features
    • MS Access Forms
    • MS Access Queries
    • MS Access Reports
    • MS Access Tables
    • MS Access VBA Coding
    • TDD
    • Uncategorized
    • Versioning
    Copyright © Halder Consulting Inc.