> ## 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: April 12, 2025
- URL: https://nolongerset.com/week-in-review-2025-04-12/
- Published: 2025-04-13T00:06:52.000Z
- Updated: 2026-05-08T12:45:04.000Z
- Description: Highlights include recaps from Access DevCon Vienna 2025, another (!) update to the Access roadmap, and working with JSON in VBA.
- Author: Mike Wolfe
- Tags: Week in Review, #Import 2026-05-20 02:59

## Just Published

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

#### Articles

\* *Article descriptions generated by Claude-3.7-Sonnet.*

- **John Mallinson** ([The VBA Help](https://www.thevbahelp.com/blog))

  - [String interpolation](https://www.thevbahelp.com/post/string-interpolation): *A function to implement string interpolation in VBA using braces to indicate targets within strings that will be replaced with values.*
- **Jonathan Halder** ([Access JumpStart 2.0](https://www.accessjumpstart.com/blog/))

  - [Access DevCon 9 (2025) Day 2 my reaction](https://www.accessjumpstart.com/access-devcon-9-2025-day-2-my-reaction/): *A summary of the second day of Access DevCon 9, covering sessions on sales strategies, version control tools, Power Automate with VBA, twinBASIC and AI, and developer tools.*
  - [Access DevCon 9 (2025) Day 1 my reaction](https://www.accessjumpstart.com/access-devcon-9-2025-day-1-my-reaction/): *A recap of the first day of Access DevCon 9, featuring sessions on the Access community, modern charts, Microsoft Graph API, VBE\_Extras, and updates from the Microsoft Access team.*
  - [From Errors to Solutions: Implementing Transactions in Complex Database Imports](https://www.accessjumpstart.com/85007-2/): *An exploration of using DAO transactions in a separate workspace to handle complex database imports while preventing record deletion conflicts.*
  - [Polymorphism in Action: Refactoring File Processing Routines in Access](https://www.accessjumpstart.com/polymorphism-in-action-refactoring-file-processing-routines-in-access/): *A practical example of using polymorphism to refactor code for processing different file types in an Access application.*
  - [Count Distinct in SQL Server and Access](https://www.accessjumpstart.com/count-distinct-in-sql-server-and-access/): *A comparison of how to count distinct values in SQL Server versus Microsoft Access, showing the workaround needed in Access using subqueries.*
- **Daniel Pineault** (*[DEVelopers HUT](https://www.devhut.net/)*)

  - [Saving User Settings and Preferences in Microsoft Access Database](https://www.devhut.net/saving-user-settings-and-preferences-in-microsoft-access-database/): *Explores various methods for storing user preferences in Access including dedicated tables, configuration files, and registry entries.*
  - [Where To Turn To As The New Outlook Is Deployed And Breaks Our Applications](https://www.devhut.net/where-to-turn-to-as-the-new-outlook-is-deployed-and-breaks-our-applications/): *Provides workarounds for Access developers whose Outlook automation code breaks with the "New Outlook" deployment.*
  - [Using the QuickBooks REST API Via VBA -- Part 1](https://www.devhut.net/using-the-quickbooks-rest-api-via-vba-part-1/): *A comprehensive guide on implementing QuickBooks REST API authentication and token management in VBA applications.*
- **Colin Riddington** (*[Isladogs on Access](https://isladogs.co.uk/home/index.html)*)

  - [Access DevCon presentations - Apr 2025](https://isladogs.co.uk/access-devcon-2025/index.html): *Summary of Colin's two presentations at Access DevCon 2025, including Programming Modern Charts and Access Tools for Developers with downloadable examples.*
  - [Access Roadmap Updated TWICE (Apr 2025)](https://isladogs.co.uk/access-roadmap-update-apr25/index.html): *Announces two major upcoming Microsoft Access features: a zoom slider magnification (10-500%) and removal of the 22.75-inch width limit for forms and reports to better support large monitors.*
  - [Modern Charts 3 - VBA Support (UPDATED)](https://isladogs.co.uk/modern-charts-code/index.html): *Detailed guide to the new VBA support for modern charts in Access, including code examples for changing chart types, sort orders, and other properties at runtime.*
- **Crystal Long** (*[Ms Access Gurus](https://msaccessgurus.com/Articles.htm) | [Access Access Newsletter](https://www.linkedin.com/newsletters/access-access-6948757551320633344/)*)

  - [Word Field information](https://msaccessgurus.com/tool/aWord%5FListFields.htm): *Tool that uses Access VBA to document all field information from an active Word document into a new Word document with details like position, parameters, and switches.*
- **Mike Wolfe** (*[NoLongerSet](https://nolongerset.com/)*)

  - [twinBASIC and AI: DevCon 2025](https://nolongerset.com/devcon-2025/): *Resources and links from Mike's presentation at Access DevCon 2025 about twinBASIC and AI, including previous presentations and related articles.*
  - [Throwback Thursday: April 10, 2025](https://nolongerset.com/throwback-thursday-2025-04-10/): *Curated collection of past articles about testing, including Python-inspired doc tests, B-BEAR T-SQL testing technique, and SQL Server unit testing.*
  - [Whisper Desktop: Free Speech-to-Text in Under 5 Minutes](https://nolongerset.com/whisper-desktop/): *Quick start guide for installing and using Whisper Desktop, a Windows application for running OpenAI's open-source Whisper speech recognition model locally.*

#### Videos‌

- **Access User Group Recordings** ([YouTube channel](https://www.youtube.com/@AccessUserGroups))

  - [Get and Post with JSON using Microsoft Access and VBA](https://www.youtube.com/watch?v=DDNhofGeV8A) (28:42): *with Neil Sargent (+ theDBguy)*
  - [Using Vibe Coding to Create a Microsoft Access Database](https://www.youtube.com/watch?v=TPyqyDWc-cw) (01:27:34): *with Juan Soto*
  - [When your project is going off the rails ... What to do?](https://www.youtube.com/watch?v=n-85KuUdDPI) (44:08): *with Juan Soto*
  - [Fixing slowness issues with Access and SQL Server](https://www.youtube.com/watch?v=N0I6jcrscNs) (54:07): *with Juan Soto*
- **Richard Rost** ([YouTube channel](https://www.youtube.com/@599CD))

  - [Quick Queries #35](https://www.youtube.com/watch?v=0ejwle5gFf4) (13:55): *Microsoft Access Quick Queries #35: Limiting Combo Box Data, AutoNumbers as Order Numbers*
  - [Default Country](https://www.youtube.com/watch?v=Jq6B3p1B87k) (08:48): *How To Set a Default Country and Update Blank Entries to USA in Microsoft Access*
  - [Reset Database](https://www.youtube.com/watch?v=RsEmpW2HwsU) (14:57): *How to Delete Data and Reset AutoNumbers to Make a Blank Copy of Your Access Database*
  - [Make Table](https://www.youtube.com/watch?v=WUTMSwCbBGY) (19:00): *How to Create a Make Table Query in Microsoft Access*
- **Edcelle John Gulfan** ([YouTube channel](https://www.youtube.com/@EdcelleJohnGulfan))

  - [Bar graph in form](https://www.youtube.com/watch?v=868EgsRMhdE) (05:32): *Bar graph in Continuous form of Microsoft Access*

## Select Open Source Projects: New Releases

- [MS Access VCS Addin](https://github.com/joyfullservice/msaccess-vcs-addin/releases)  
  - [v4.1.2 Fix path issues](https://github.com/joyfullservice/msaccess-vcs-addin/releases/tag/v4.1.2)
  - [v4.1.1 Fix UNC path support, improve query output](https://github.com/joyfullservice/msaccess-vcs-addin/releases/tag/v4.1.1)

---

## New to Me

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

- *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/). Not all links below include the start time and time zone. For that information, check out this handy reference guide from Access MVP Maria Barnes over at AccessForever.org: [Access User Groups 2025](https://www.accessforever.org/post/access-user-groups-2025). 

- [May 07, 2025](https://accessusergroups.org/europe/event/access-europe-2025-05-07/): **Karl Donaubauer** \- Update, update...the company is in a state!
- [May 15, 2025 @ 9:30 am - 5:00 pm](https://ukaug.co.uk/event/ukaug-30th-anniversary-conference-spring-2025/): In-person UKAUG 30th Anniversary Conference 2025, Imperial College London (**Speakers**: *Armen Stein, Andrew Richards, Anders Ebro, Stuart Massey, Chris Arnold, Peter Bryant, Rod Gordon*)
- [June 04, 2025](https://accessusergroups.org/europe/event/access-europe-2025-06-04/): **Colin Riddington** \- Large Monitor Support and Responsive Forms

---

## Access Roadmap

*The following *changes were made* to the roadmap between the Week in Review last week (2025-04-05) and this week (2025-04-12):*

#### *In Development*

- `JUN 2025`: **Add zoom slider magnification to Microsoft Access:** 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.

*The roadmap was last updated on A*pril 10, 2025.* The* [*development priorities*](https://www.accessforever.org/post/microsoft-s-plans-for-access-oct-24-march-25) *were last updated at the German-language AEK conference on October 20, 2024.*

---

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.

"Development Priorities" do not appear on the Access Roadmap. Instead, they get updated from time to time in official Access blog posts or Access engineering team presentations. I'll include a link to the source of the current development priorities as they get updated.

#### Development Priorities

The items listed below reflect Microsoft's order of priority and were published in the following article, [*Microsoft's Plans for Access Oct '24 – March '25*](https://www.accessforever.org/post/microsoft-s-plans-for-access-oct-24-march-25).

The items are listed in priority order according to Principal Engineering Manager Dale Rector. The "Expected Benefit" of each feature is shown in italics after the description of the feature itself.

New priorities added since the [previous set of priorities](https://www.accessforever.org/post/microsoft-s-plans-for-access-in-the-next-6-months) are shown in bold below.

1. Continued Focus on Monthly Issue Fixes: *(Monthly Issue Fix Blog) Improved product quality and reliability*
2. Large monitor support for forms: *Improved support of Access on the latest hardware*
3. **Integrated source control**: *Simplifying the process of building mission critical Access solutions*

Special thanks to Karl Donaubauer for posting the updated priorities at [AccessForever.org](https://www.accessforever.org/post/microsoft-s-plans-for-access-oct-24-march-25).

#### In Development

- `JUN 2025`: **Add zoom slider magnification to Microsoft Access:** 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.
- `JUL 2025`: **Modernize Access Forms and Reports to work well on Large Format Monitors:** Remove the 22-inch size limit and modernize Access forms and reports work well on large format monitors and provide responsive behavior for different form factors.

#### Rolling Out

None listed.

#### Launched

*NOTE: Dates listed are rollout start dates.*

- `AUG 2024`: **Modern Chart Improvements:** A top ask from customers is to modernize Access charts and to support better data visualization in Access. To satisfy this user request, we are integrating a new charting package called “Ivy” into Access. Ivy is a charting package written by the Office DVX team that is currently used in Excel, Word, and PowerPoint.
- `SEP 2024`: **Integrate Monaco framework to improve SQL editor capabilities:** The Monaco Editor is the fully featured code editor from VS Code with standard IDE functionality such as syntax highlighting, IntelliSense, and autocomplete.

---

## Upcoming End-of-Life Dates

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

### 2024

- ~~`[JUL 01]`~~ [Teams Classic Client](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-teams)
- ~~`[JUL 09]`~~ [SQL Server 2014](https://learn.microsoft.com/en-us/lifecycle/products/sql-server-2014)
- ~~`[OCT 01]`~~ [Auto-migration of Classic Outlook begins for personal accounts](https://support.microsoft.com/en-us/office/switch-to-new-outlook-for-windows-f5fb9e26-af7c-4976-9274-61c6428344e7)
- ~~`[OCT 08]`~~ [Windows 11 version 22H2](https://en.wikipedia.org/wiki/Template:Windows%5F11%5Fversions)

### 2025

- ~~`[JAN 01]`~~ [Auto-migration of Classic Outlook begins for Small/Medium Business users](https://support.microsoft.com/en-us/office/switch-to-new-outlook-for-windows-f5fb9e26-af7c-4976-9274-61c6428344e7)
- `[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)
- `[NOV 11]` [Windows 11 version 23H2](https://en.wikipedia.org/wiki/Template:Windows%5F11%5Fversions)

### 2026

- `[APR 01]` [Auto-migration of Classic Outlook begins for Enterprise users](https://nolongerset.com/new-outlook-tale-of-two-cities/)
- `[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)
- `[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/))