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

Complex Queries – Is there a way to simplify?

by Jonathan Halder | Oct 7, 2024 | Blogging, MS Access, MS Access Queries, MS Access Tables

This morning I was working on a query for a customer report that took me longer than I expected and produced more problems than I expected. I actually had 3 tables named customers, orders, and payments. Customers can have multiple orders, and have a one to many...

Scrambling data to share a database

by Jonathan Halder | Oct 4, 2024 | Blogging, MS Access, MS Access Queries, MS Access Tables, MS Access VBA Coding

The Access 97 database I was trying to get working on my 365 Access was written to scramble data in existing tables in a destructive way so that users of a forum or other developers could look at code without seeing sensitive data. I copied some large tables I had...

Copying Access Tables / Data using VBA Real World Case – Part 2

by Jonathan Halder | Sep 25, 2024 | Blogging, MS Access, MS Access Tables, MS Access VBA Coding

I have finished coding the solution. I ended up using DAO after all. The solution grabs a collection containing info about the source and target database paths and table names. Then it loops through the collection, opens the target database, deletes the table if it...

Copying Access Tables / Data using VBA Real World Case – Part 1

by Jonathan Halder | Sep 24, 2024 | MS Access, MS Access Tables, MS Access VBA Coding

I received a task today to update a demo / WIP Access system which will be upgrading an existing Access system. Many parts of the system are the same, the upgrade is meant to address importing data from a new datasource. The customer is currently using both systems...

Access Object Names With Spaces and NiceDLookup

by Jonathan Halder | Sep 5, 2024 | Blogging, MS Access, MS Access Features, MS Access Queries, MS Access Tables, MS Access VBA Coding

So first things first.  It is not recommended that you use spaces or special characters in your table names as it can cause problems referencing them or cases that are ambiguous and may cause unintended results in the code. But maybe you have used them in the...

Access Primer for Businesses – way more than a database

by Jonathan Halder | Aug 27, 2024 | Blogging, MS Access, MS Access Features, MS Access Forms, MS Access Queries, MS Access Reports, MS Access Tables, MS Access VBA Coding

There are of course a multitude of uses for a relational database system. Remember that although natively Access defaults to storing data relationally in tables using the file based ACE system (Access Connectivity Engine), it can really use any ODBC or OLE DB...
« 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

    • Access Report Trick: How to Tell If You’re Running as a Subreport
    • When Your Access Power Users Want Subdatasheets—Here’s the Fix
    • Pair Programming Dreams and TDD Goals: A Personal Dev Update
    • Stuck with a Non-Updateable Query in Access? Try This Simple Fix
    • Access Report Layouts: The Page Header Fix You Didn’t Know You Needed

    Recent Comments

    1. Jonathan Halder on Breaking the Triangle: Can You Really Have It All in Access Software Projects?
    2. Jonathan Halder on When Your Access Power Users Want Subdatasheets—Here’s the Fix
    3. RichardRost on When Your Access Power Users Want Subdatasheets—Here’s the Fix
    4. RichardRost on Breaking the Triangle: Can You Really Have It All in Access Software Projects?
    5. Jonathan Halder on Mastering CROSS JOIN in SQL Server: From Cartesian Products to Reusing Calculated Columns

    Archives

    • August 2025
    • July 2025
    • 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.