> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Week in Review: September 5, 2026
- URL: https://nolongerset.com/week-in-review-2026-09-05/
- Published: 2026-09-06T03:59:00.000Z
- Updated: 2026-09-06T04:28:48.000Z
- Description: Highlights include a TreeView control rendered in the Edge browser control, getting Office license info via SysCmd, and the latest on the new zoom feature.
- Author: Mike Wolfe
- Tags: Week in Review

## Just Published

This section includes videos, articles, and (occasionally) open-source project updates from the past 7 days.

### Articles

*Article descriptions generated by claude-opus-4.8.*

- **George Hepworth** ([*Grover Park Consulting*](https://www.gpcdata.com/blog/)*)*
  - [Outcome-based instructions; what happens after the briefing](https://www.gpcdata.com/blog/265): *Builds on Mike Wolfe's outcome-based instruction concept to explain how the Open Template Scaffolds library implements intent-first templates that clearly label specifications, place them where the AI will bind to them, and enforce mandatory verifiable checks.*
  - [A Self-Graded Build](https://www.gpcdata.com/blog/264): *Argues that the real value of a template-driven AI build is forcing the assistant to answer critical design questions in advance and to run predefined validation checks rather than silently self-grading its own work, using audit logging as an example.*
  - [The Security Scan That Caused a Leak](https://www.gpcdata.com/blog/261): *Recounts how a Claude Code pre-commit security scan and a later PowerShell error both leaked SQL Server credentials into the AI session, illustrating the risks of printing passwords into an AI context and running agents unattended in Auto mode.*
- [**Official Access Blog**](https://techcommunity.microsoft.com/t5/access-blog/bg-p/AccessBlog)
  - [Zoom further in more Microsoft Access views](https://techcommunity.microsoft.com/blog/accessblog/zoom-further-in-more-microsoft-access-views/4553273): *Announces that Access now supports zooming from 10% to 1000% across more views, including continuous and popup forms, expanding the previous 50%-to-500% range.*
- [**Access Forever**](https://www.accessforever.org/)
  - [Visual Glitches and Format Problems](https://www.accessforever.org/post/visual-glitches-and-format-problems): *Documents the visual and printing glitches in reports and forms caused by an Office-wide security update in version 2607 and later, along with Microsoft's fix in version 2608 and available workarounds.*
- **Marcus Dieterle** ([LinkedIn Articles](https://www.linkedin.com/in/marcus-dieterle-557572222/recent-activity/articles/))
  - [Hamburger Menu](https://www.linkedin.com/pulse/hamburger-menu-marcus-dieterle-wf9ae/): *Presents Marcus Dieterle's table-driven Hamburger Menu, a hierarchical Access navigation control rendered as HTML in the Edge browser control where each menu item's click action is stored as data rather than in a Select Case block.*
  - [Access has no tree control — and every developer eventually needs one 🌳](https://www.linkedin.com/pulse/access-has-tree-control-every-developer-eventually-needs-dieterle-ljawe/): *Introduces Marcus Dieterle's TreeView FULL and LITE components, VBA-driven tree controls that run in the Edge browser control and display table, SQL, or file-system data without ActiveX registration or external references.*
- **Colin Riddington** ([*Isladogs on Access*](https://isladogs.co.uk/home/index.html))
  - [Get Office License Info Using Code](https://isladogs.co.uk/license-info-code/index.html): *Explains how to read the current user's Office license information from the registry using VBA, filling a gap left by the new SysCmd version-info actions that omit license details.*
  - [Size To Fit Form](https://isladogs.co.uk/size-to-fit-form/index.html): *Demonstrates how the Size to Fit Form command resizes form dimensions to match controls after zooming, and introduces the new ZoomResizesWindow property for automatic resizing in overlapping windows and popup forms.*
- **Crystal Long** ([*Ms Access Gurus*](https://msaccessgurus.com/Articles.htm) *|* [*Access Access Newsletter*](https://www.linkedin.com/newsletters/access-access-6948757551320633344/))
  - [Update: Find Module](https://msaccessgurus.com/tool/Userform%5FFindModule.htm): *Describes Crystal Long's updated FindModule userform for any VBA application, now able to switch between VB projects, count and sort by lines of code, and copy project information to the clipboard.*
- **Mike Wolfe** ([*NoLongerSet*](https://nolongerset.com/))
  - [Outcome-Based Instructions](https://nolongerset.com/outcome-based-instructions/): *Explains how, drawing on the military concept of Commander's Intent, today's more capable AI models perform best when prompted with verifiable goals rather than strict step-by-step constraints.*
  - [Throwback Thursday: September 3, 2026](https://nolongerset.com/throwback-thursday-2026-09-03/): *Revisits a past series on using Test Driven Development to convert a working VBA function into a SQL Server scalar function, alongside curated articles and developer humor.*
  - [How Much Will It Cost? (The Instant Answer)](https://nolongerset.com/cost-magnitude/): *Presents an "x-figure project" shorthand for instantly giving prospects a ballpark cost magnitude, helping clients weigh cost against benefit and enabling immediate scope redesign before paid discovery work.*
  - [twinBASIC Update: September 1, 2026](https://nolongerset.com/twinbasic-update-september-1-2026/): *Reports that the LLVM compiler optimization beta remains scheduled for September 4 with no new delays announced, and summarizes Discord discussion of VB6 Collection internals and IDE debugging issues.*
  - [RLVF: A Practical Example](https://nolongerset.com/rlvf-example/): *Illustrates reinforcement learning through verifiable feedback with a real PDF-extraction problem, showing how a clear objective, comprehensive input data, and matching verifiable outputs let an AI agent build a working solution in roughly one prompt.*
  - [Week in Review: August 29, 2026](https://nolongerset.com/week-in-review-2026-08-29/): *Rounds up the past week's Access community content, including an Edge-control TreeView, hiding the Access splash screen, upcoming Access Europe meetings, and a value-based feature prioritization framework.*
  - [The Value Matrix: Prioritizing Work for New Clients](https://nolongerset.com/value-matrix-new-clients/): *Presents a prioritization framework that plots client backlog items by development effort against business impact into four quadrants—Home Runs, Easy Wins, Big Projects, and Money Pits—to sequence work and build client trust.*

### Videos

- **Richard Rost** ([YouTube channel](https://www.youtube.com/@599CD))
  - [Video Quiz B1.7](https://www.youtube.com/watch?v=tWO4KQpYKdg) (03:30): *How Can Validation Rules Prevent Invalid Table Dates in Microsoft Access?*
  - [Video Quiz D1.6](https://www.youtube.com/watch?v=wK9Gj27Ao8U) (03:35): *When Does the After Update Event Run for a Text Box in Microsoft Access?*
  - [Video Quiz A2.2](https://www.youtube.com/watch?v=od1K%5FrhxP0o) (03:54): *How Do You Find Records for One Date With Times in Microsoft Access?*
  - [Video Quiz X2.2](https://www.youtube.com/watch?v=t0emE%5Fwh010) (03:48): *Can You Delete a Customer With Related Contact Records in Microsoft Access?*
  - [How To Build Reusable Recordset Clone Search and Navigation Tools](https://www.youtube.com/watch?v=31p%5FyAxTtR8) (02:35): *Microsoft Access Developer 60*
  - [Search Matches](https://www.youtube.com/watch?v=mk6Lq8WS8Ac) (24:23): *Microsoft Access Highlight Which Fields Match Your Search*
- **Daniel Pineault** ([YouTube channel](https://www.youtube.com/@DanielPineault))
  - [Use Prompt in a Query](https://www.youtube.com/watch?v=BBtTavRp7ow) (07:05): *Microsoft Access Query Criteria: Prompt Users and Display It on a Report*

### GitHub Projects

*Changelog summary generated by Claude Opus 5.*

[**MCP-Access**](https://github.com/unmateria/MCP-Access/blob/main/CHANGELOG.md)  
After four quiet weeks, MCP-Access shipped five releases in five days — `v0.7.54` through `v0.7.58`, August 30 to September 3 — and three of them are about the same thing: knowing which database the server has actually got hold of. The locking work came first, since a *shared* open can't acquire a design lock and design changes against one fail silently rather than erroring: `v0.7.55` added an opt-in `MCP_ACCESS_EXCLUSIVE` that forces an exclusive open and then verifies Access really granted it, and `v0.7.56` followed by probing with `dwShareMode = 0` and naming the actual occupants — computer and security name, read out of the lock file's 64-byte entries — so a blocked design change now tells you who's blocking it. `v0.7.58` fixed the batch's most alarming bug, in which `_Session._launch()` would attach to whatever Access instance happened to be running and could close a database you had open on the side; it now attaches only to an instance that either has nothing open or already holds the target file, with the honest caveat that `GetActiveObject` can still only see one window when several are running. The remaining two were housekeeping: `v0.7.54` gave `access_screenshot` a `view` parameter so a Design-view capture can bypass the modal forms and startup code that would otherwise block it, and `v0.7.57` pinned the dependency to `mcp>=1.0.0,<2` after SDK v2.0.0 began breaking the server at import with *"AttributeError: 'Tool' object has no attribute 'inputSchema'"*.

It's the same lesson `v0.7.53` landed on a month ago: the failures worth engineering against aren't the ones that raise errors, they're the ones that quietly report success.

---

## New to Me

This section includes content I discovered this week that has been around for a while.

- *Nothing new this week.*

---

## Upcoming Access User Group Events

NOTE: Only English-language user group meetings with scheduled guest speakers or topics are listed. For a complete list of upcoming events, visit the [Access User Group event calendar](https://accessusergroups.org/calendar/list/).

- \[[September 8, 2026](https://accessusergroups.org/calendar/sql-server-with-access-meetings-2026-09-08/)\] **Juan Soto**: SQL Server with Access: We are back! Start the season with using a FREE AI tool with Access
- \[[September 29, 2026](https://accessusergroups.org/calendar/lunchtime-2-2026-09-29/)\] **Maria Barnes**: Access Lunchtime – using AI for Microsoft Access development
- \[[October 7, 2026](https://accessusergroups.org/calendar/europe-2026-10-07/)\] **George Hepworth**: Using AI to create Open Template Scaffolds
- \[[November 4, 2026](https://ukaug.co.uk/event/autumn-2026-conference/)\] **UKAUG Autumn 2026 Conference**: In person at The Phoenix in London; speakers:
  - **Colin Riddington**: Sprinkle a little UI Magic on your Apps (*in-person version*)
  - **Mike Wolfe**: Version Control for Access Developers
  - **Alessandro Grimaldi**: MS Access: More than you think!
  - **Tim Finch**: 3D Rendering in VBA. Helped by new “mate”, Claude
  - **The Microsoft Access Team**
- \[[November 11, 2026](https://accessusergroups.org/calendar/europe-2026-11-11/)\] **Colin Riddington**: Sprinkle a little UI Magic on your Access Apps
- \[[December 2, 2026](https://accessusergroups.org/calendar/europe-2026-12-02/)\] **Mike Wolfe**: Using AI for Test Driven Development in Access

---

## Access Roadmap

*There were *no changes made* to the roadmap between the Week in Review last week (2026-08-29) and this week (2026-09-05).*

*The roadmap was last updated *June 23, 2026*.*

---

Listed below is a snapshot of the [official Access Roadmap](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=%5B%22Access%22%5D).

"In Development", "Rolling Out", and "Launched" are Microsoft terms that I pulled straight from the public roadmap. Dates listed are "rollout start" dates.

#### In Development

- `AUG 2026`: **Cascading combo and list boxes with LinkMasterFields/LinkChildFields:** Combo boxes and list boxes now support LinkMasterFields/LinkChildFields properties, enabling cascading dropdowns (e.g., Country filters City) without writing VBA code.
- `JUL 2026`: **Rounded corners on Access form controls:** We’re making it easier to give your Access apps a polished, up-to-date feel. With the new CornerRadius property, you can add rounded corners to form controls—bringing a softer, more modern look to your designs.
- `JUN 2026`: **Zooming for Continuous Forms and Multiple-Items Forms:** Access extends zoom capabilities to continuous forms and pop-up forms, building on zoom support already available in tables and queries. Adjust magnification from 10 percent to 500 percent using the slider in the lower-right corner or controls on the ribbon. Keyboard shortcuts are also available, making it easy to quickly change your view and focus on the details that matter most.
- `MAY 2026`: **Enable zoom magnification to Microsoft Access for Forms, Tables, Queries:** Access will add magnification slider (10% to 500%) in lower right of the application, similar to the feature in Word, PowerPoint, and Excel. It will also be keyboard accessible and available on the ribbon in Access forms, tables, and queries.

#### Rolling Out

- `JUN 2026`: **Design Access forms and reports without 22-inch size constraints:** With the removal of the 22-inch limit, your apps can now take full advantage of today’s larger monitors. You can display more data, create flexible layouts, and deliver a better experience on wide and high-resolution screens.

#### Launched

None listed.

---

## Upcoming End-of-Life Dates

Here are the key end-of-life dates Access developers should track:

### 2024

- ~~`[JUL 09]`~~ [*~~SQL Server 2014~~*](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2014)

### 2025

- ~~`[OCT 14]`~~ [*~~Access 2016~~*](https://learn.microsoft.com/en-us/lifecycle/products/access-2016) ~~*|*~~ [*~~Access 2019~~*](https://learn.microsoft.com/en-us/lifecycle/products/access-2019) ~~*|*~~ [*~~Office 2016~~*](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-office-2016) ~~*|*~~ [*~~Office 2019~~*](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-office-2019)
- ~~`[OCT 14]`~~ [*~~Windows 10~~*](https://www.microsoft.com/en-us/windows/end-of-support)
- ~~`[OCT 28]`~~ [*~~Salesforce ODBC Driver~~*](https://techcommunity.microsoft.com/blog/accessblog/access-announces-removal-of-salesforce-odbc-driver-in-october-2025/4408815)
- ~~`[NOV 11]`~~ [*~~Windows 11 version 23H2~~*](https://en.wikipedia.org/wiki/Template:Windows%5F11%5Fversions)

### 2026

- ~~`[JUL 14]`~~ [~~SQL Server 2016~~](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2016)
- `[OCT 13]` [Access 2021](https://learn.microsoft.com/en-us/lifecycle/products/access-2021) | [Office 2021](https://learn.microsoft.com/en-us/lifecycle/products/office-2021)
- `[OCT 13]` [Windows 11 version 24H2](https://en.wikipedia.org/wiki/Template:Windows%5F11%5Fversions)

### 2027

- `[JAN 12]` [Windows Server 2016](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2016)
- `[MAR 01]` [Auto-migration of Classic Outlook begins for Enterprise users](https://nolongerset.com/new-outlook-tale-of-two-cities/) *(originally scheduled for April 2026, but* [*postponed to March 2027*](https://mc.merill.net/message/MC949965)*)*
- `[OCT 12]` [SQL Server 2017](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2017)

### 2029

- `[JAN 09]` [Windows Server 2019](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2019)
- `[OCT 09]` [Access 2024](https://learn.microsoft.com/en-us/lifecycle/products/access-2024) | [Outlook 2024](https://learn.microsoft.com/en-us/lifecycle/products/outlook-2024)
- `[OCT 09` *(or later)*`]` [**Classic Outlook**](https://techcommunity.microsoft.com/blog/outlook/new-outlook-for-windows-a-guide-to-product-availability/4078895)
  - *See "Edit 8/12/2024" at top of* [*this article*](https://techcommunity.microsoft.com/blog/outlook/new-outlook-for-windows-a-guide-to-product-availability/4078895) *for official clarification that "both perpetual and subscription \[i.e., MS 365\] versions of Outlook will be supported until 2029"*
  - *Support for Classic Outlook is guaranteed *at least through 9 Oct 2029*; it may be extended beyond this date*

### 2030

- `[JAN 08]` [SQL Server 2019](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2019)

### 2031

- `[OCT 14]` [Windows Server 2022](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2022)

### 2033

- `[JAN 11]` [SQL Server 2022](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2022)

### 2034

- `[OCT 10]` [Windows Server 2025](https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2025)

### Ongoing

- [Microsoft 365](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-365) (with subscription)

### Date TBD

- Complete removal of VBScript from Windows OS ([Microsoft Announces the Death of VBScript](https://nolongerset.com/vbscript-deprecation/))