Week in Review: July 18, 2026
Highlights include new built-in cascading combo boxes, bigger forms for modern monitors, and a SQL-to-HTML tool with action query previews.
Just Published
This section includes videos, articles, and (occasionally) open-source project updates from the past 7 days.
Articles
Article descriptions generated by Claude-Sonnet-4.5.
- Marcus Dieterle (LinkedIn Articles)
- 📊 SQL-to-HTML Tool for Microsoft Access: A single-line VBA function converts any SQL statement—including action queries—into a sortable, styled HTML table with a safe preview mode that shows what would change before executing DELETE or UPDATE queries.
- John Mallinson (The VBA Help)
- Adding AI generated UserForms to your VBA Project (using .frxml files): An XML-based .frxml file format enables AI agents to describe UserForm UIs in a text format that can be loaded directly into VBA projects alongside .frm files, bypassing the limitations of binary .frx files.
- Syncing a VBA Project with a file(s) ... manually: VBE_Extras allows right-click loading and saving of entire VBA projects or individual modules from/to files with diff reports showing changes at the procedure, line, and character level before applying updates.
- Colin Riddington (Isladogs on Access)
- NEW - Cascading Combo boxes and listboxes: Microsoft Access version 2608 introduces LinkMasterFields and LinkChildFields properties for combo boxes and list boxes, enabling cascading filters with no VBA code required on single, continuous, datasheet, and split forms.
- NEW - Big Forms and Reports for Modern Monitors: Access Beta Channel version 2606 removes the legacy 22.75-inch form width and section height limits, supporting dimensions up to approximately 236,715 cm using updated Width, Height, Left, and Top properties that accept long integer values.
- Access Bug Summary - July 2026 (UPDATED): A compilation of eight Access bugs reported in July 2026 affecting MSXML2 performance, ASP.Net crashes, splitter bar artefacts, cascading listbox scrolling, and a critical issue where forms edited in version 2608 have all controls repositioned when opened in earlier versions.
- Mike Wolfe (NoLongerSet)
- Throwback Thursday: July 16, 2026: A weekly retrospective post distinguishing "complicated" systems with linear component relationships from "complex" systems with exponential interdependencies, illustrated through developer humor about image recognition tasks.
- twinBASIC Update: July 15, 2026: Longtime contributor fafalone officially joins the twinBASIC development team as a paid consultant, with the next beta release including LLVM optimizations and his contributions scheduled for August 7th.
Videos
- Richard Rost (YouTube channel)
- Access Video Quiz 2 (02:57): Microsoft Access Video Quiz 2: Relational Databases, Tables Relationships, Junction Tables & More!
- Database Read Only (19:33): Microsoft Access Database Is Read Only? Heres How to Fix It. Common Causes
- Active Content (12:56): Microsoft Access Fix "The Active Content in This File Is Blocked" Error
- Access Video Quiz 1 (02:42): Microsoft Access Video Quiz 1: Beginner-level Questions on Tables, Reports, Records, and Fields
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.
- [August 5, 2026] Marcus Dieterle: Use the Edge browser control to extend Access
- [August 6, 2026] Tom van Stiphout: Anonymizer for Access Data
- [September 2, 2026] John Mallinson: Working with the Windows API
- [October 7, 2026] Peter Bryant / Andrew Richards: GraphAuthenticator – the ‘New’ Outlook problem solved and a world of possibilities to explore
Access Roadmap
There were no changes made to the roadmap between the Week in Review last week (2026-07-11) and this week (2026-07-18).
The roadmap was last updated June 23, 2026.
Listed below is a snapshot of the official Access Roadmap.
"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
2025
[OCT 14]Access 2016|Access 2019|Office 2016|Office 2019[OCT 14]Windows 10[OCT 28]Salesforce ODBC Driver[NOV 11]Windows 11 version 23H2
2026
[JUL 14]SQL Server 2016[OCT 13]Access 2021 | Office 2021[OCT 13]Windows 11 version 24H2
2027
[JAN 12]Windows Server 2016[MAR 01]Auto-migration of Classic Outlook begins for Enterprise users (originally scheduled for April 2026, but postponed to March 2027)[OCT 12]SQL Server 2017
2029
[JAN 09]Windows Server 2019[OCT 09]Access 2024 | Outlook 2024[OCT 09(or later)]Classic Outlook- See "Edit 8/12/2024" at top of this article 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
2031
[OCT 14]Windows Server 2022
2033
[JAN 11]SQL Server 2022
2034
[OCT 10]Windows Server 2025
Ongoing
- Microsoft 365 (with subscription)
Date TBD
- Complete removal of VBScript from Windows OS (Microsoft Announces the Death of VBScript)