> ## 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 19, 2025
- URL: https://nolongerset.com/week-in-review-2025-04-19/
- Published: 2025-04-19T14:48:08.000Z
- Updated: 2026-05-08T12:45:13.000Z
- Description: Highlights include an update to the VBA Graph API project, using class modules in the real world, using the QuickBooks REST API via VBA, and modern Msg/InputBoxes.
- 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.*

- **Marcus Dieterle** ([LinkedIn Articles](https://www.linkedin.com/in/marcus-dieterle-557572222/recent-activity/articles/))

  - [Let's make ACCESS sexy again!](https://www.linkedin.com/pulse/lets-make-access-sexy-again-marcus-dieterle-z8ibe/): *Introduces custom-built dialog replacements for standard MsgBox and InputBox controls to modernize Access applications with HTML-powered UI elements.*
- **John Mallinson** ([The VBA Help](https://www.thevbahelp.com/blog))

  - [Restore points for VBA code](https://www.thevbahelp.com/post/restore-points-for-vba-code): *Explains how VBE\_Extras adds "restore points" functionality to VBA, allowing developers to save and restore code, attributes, and UI elements similar to limited version control.*
- **Jonathan Halder** ([Access JumpStart 2.0](https://www.accessjumpstart.com/blog/))

  - [Running parallel SQL server databases for testing](https://www.accessjumpstart.com/running-parallel-sql-server-databases-for-testing/): *Details a method for creating parallel SQL Server databases to compare original and modified process outputs using Generate Scripts and database name replacement.*
  - [Are you stressed when you're not coding?](https://www.accessjumpstart.com/are-you-stressed-when-youre-not-coding/): *A personal reflection on managing time, stress, and competing priorities when everyday life interrupts coding sessions.*
  - [SQL Server -- don't forget your indexes!](https://www.accessjumpstart.com/sql-server-dont-forget-your-indexes/): *Reminds developers to add proper indexes and foreign keys to SQL Server tables to avoid performance degradation, unlike Access which adds some indexes automatically.*
  - [Logic errors -- the ugly step cousin of compilation and run time errors](https://www.accessjumpstart.com/logic-errors-the-ugly-step-cousin-of-compilation-and-run-time-errors/): *Explores the challenge of troubleshooting logic errors that result in unexpected data rather than obvious error messages.*
  - [Squashing the error 3167 "This record has been deleted" bug](https://www.accessjumpstart.com/squashing-the-error-3167-this-record-has-been-deleted-bug/): *Describes fixing a "This record has been deleted" error occurring when multiple instances of an Access application simultaneously modify a temporary table.*
- **Daniel Pineault** (*[DEVelopers HUT](https://www.devhut.net/)*)

  - [Yet Another New Microsoft Access Roadmap Item!](https://www.devhut.net/yet-another-new-microsoft-access-roadmap-item/): *Microsoft announces a new zoom slider feature (10% to 500%) for Access coming in June 2025, finally catching up with other Office applications.*
  - [Using the QuickBooks REST API Via VBA -- Part 2](https://www.devhut.net/using-the-quickbooks-rest-api-via-vba-part-2/): *A comprehensive guide to performing CRUD operations with QuickBooks data using VBA, including code examples for retrieving, creating, updating, and deleting customer records.*
- **Mike Wolfe** (*[NoLongerSet](https://nolongerset.com/)*)

  - [Programming Modern Charts with Colin Riddington](https://nolongerset.com/devcon-25-modern-charts/): *Colin Riddington's DevCon Vienna presentation demonstrates how to leverage Access's 11 new chart types with full runtime programming and customization capabilities.*
  - [Throwback Thursday: April 17, 2025](https://nolongerset.com/throwback-thursday-2025-04-17/): *A curated collection of past blog posts highlighting the importance of simple, maintainable code over clever solutions.*
  - [Access Community Update with Karl Donaubauer](https://nolongerset.com/devcon-25-community-update/): *Karl Donaubauer presents comprehensive usage statistics showing Microsoft 365 dominates Access development at 70%, while outlining Microsoft's roadmap and strategies for handling the New Outlook challenge.*
  - [Access DevCon Vienna 2025 - Day Two Recap](https://nolongerset.com/devcon-2025-day-two/): *Day Two featured sessions on sales strategies, version control solutions, Power Automate as an Outlook alternative, twinBASIC and AI implementation, and productivity tools for Access developers.*
  - [Access DevCon Vienna 2025 - Day One Recap](https://nolongerset.com/devcon-2025-day-one/): *Day One showcased Microsoft's continued commitment to Access with presentations on community statistics, modern charts functionality, Graph API for Outlook integration, VBA development tools, and Microsoft's product roadmap.*

#### Videos‌

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

  - [Using Class Modules in the Real World](https://www.youtube.com/watch?v=9chkPUVdvcw) (57:09): *with Anders Ebro*
- **Richard Rost** ([YouTube channel](https://www.youtube.com/@599CD))

  - [Quick Queries #36](https://www.youtube.com/watch?v=eZGr7ZP7EmM) (22:49): *Microsoft Access Quick Queries #36: Use Dlookup Not Dcount, Query Properties, More!*
  - [Field Value Substitutions, Part 1](https://www.youtube.com/watch?v=oWEKU2gSi0Y) (14:41): *Fix Typos with Field Value Substitutions in Microsoft Access Using Update Queries*
  - [Field Value Substitutions, Part 2](https://www.youtube.com/watch?v=VGBdf4F6xu4) (10:34): *Fix Typos with Field Value Substitutions in Microsoft Access Using Update Queries, Part 2*
  - [Field Value Substitutions, Part 3](https://www.youtube.com/watch?v=YTQvpimzzYg) (10:21): *Fix Typos with Field Value Substitutions in Microsoft Access Using Update Queries, Part 3*

## Select Open Source Projects: New Releases

- [VBA-MicrosoftGraph](https://github.com/mbarnesatbbs/VBA-MicrosoftGraph/releases)  
  - [Release 1.3](https://github.com/mbarnesatbbs/VBA-MicrosoftGraph/releases/tag/v1.3): Added retry logic for when the Token expires approximately 60-90 minutes after being obtained. Also added a Logout routine in the Graph module to logout of your sign on in the tools instance of the Edge browser.

---

## 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). 

- \[[April 29, 2025](https://accessusergroups.org/lunch/event/access-lunchtime-5-2025-04-29/)\] **Maria Barnes**: The State of Access ***(JUST ADDED)***
- \[[May 01, 2025](https://accessusergroups.org/pacific/event/leverage-sql-server-stored-procedures-and-other-code-across-access-powerapps-and-some-web-apps-2025-05-01/)\] Leverage SQL Server Stored Procedures and other code with PowerApps and (some) Web Apps ***(JUST ADDED)***
- \[[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

*There were *no changes made* to the roadmap between the Week in Review last week (2025-04-12) and this week (2025-04-19).*

*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/))