> ## 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: June 7, 2025
- URL: https://nolongerset.com/week-in-review-2025-06-07/
- Published: 2025-06-07T13:27:32.000Z
- Updated: 2026-05-08T12:45:51.000Z
- Description: Highlights include a major ADP project rewrite, creating a WIA image manipulation class in VBA, and a new release of Maria Barnes's VBA-MS Graph project.
- 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-Sonnet-4.*

- **[Access Forever](https://www.accessforever.org/)**

  - [Terminal Services Application for Ice Cream Manufacturer](https://www.accessforever.org/post/terminal-services-application-for-ice-cream-manufacturer), *by Juan Soto (adapted by Maria Barnes)*: *A case study of converting a major ice cream manufacturer's 19 Access ADPs to Office 365 format, featuring handheld barcode readers running Access through Terminal Services.*
- **Crystal Long** ([Access Access Newsletter](https://www.linkedin.com/newsletters/access-access-6948757551320633344/))

  - [Using IIf(), Choose(), and Switch() in Access expressions](https://www.linkedin.com/pulse/using-iif-choose-switch-access-expressions-crystal-strive4peace--d1vdc/): *An explanation of three essential Access functions for conditional branching in expressions across tables, queries, forms, reports, and modules.*
- **Mathieu Guindon** ([Rubberduck VBA](https://rubberduckvba.blog/))

  - [Undoing and Redoing Stuff](https://rubberduckvba.blog/2025/05/31/undoing-and-redoing-stuff/): *A technical guide to implementing undo/redo functionality in VBA using command patterns and stack-based management to overcome Excel's limitation of clearing its undo stack when macros run.*
- **John Mallinson** ([The VBA Help](https://www.thevbahelp.com/blog))

  - [Copy VBA code in colour](https://www.thevbahelp.com/post/copy-vba-code-in-colour): *Introduction of VBE\_Extras' new "Copy as HTML" feature that preserves syntax highlighting and formatting when copying VBA code for use in documentation and web pages.*
- **Jonathan Halder** ([Access JumpStart 2.0](https://www.accessjumpstart.com/blog/))

  - [Copying and modifying code / forms / objects](https://www.accessjumpstart.com/copying-and-modifying-code-forms-objects/): *Discusses the importance of refactoring and simplifying when copying and modifying code to avoid creating hard-to-maintain hacks.*
  - [Two Form Filtering strategies](https://www.accessjumpstart.com/form-filtering-strategies/): *Compares automatic real-time filtering versus using an Apply Filter button for forms with slow query performance.*
  - [Poking around to find new customers](https://www.accessjumpstart.com/poking-around-to-find-new-customers/): *Explores using LinkedIn and Alignable for finding new Access development clients and seeks advice on customer acquisition strategies.*
  - [Setting up an automated Access App upgrade strategy](https://www.accessjumpstart.com/setting-up-an-automated-access-app-upgrade-strategy/): *Details creating an automated upgrade system for a 9-app Access suite using SSE Install and file property checking.*
  - [Sometimes one makes dumb mistakes 😛](https://www.accessjumpstart.com/sometimes-one-makes-dumb-mistakes-p/): *Describes a debugging experience where DoCmd.Open caused unexpected behavior and was solved by using SetFocus() instead.*
- **Daniel Pineault** (*[DEVelopers HUT](https://www.devhut.net/)*)

  - [VBA -- Read Write INI Files](https://www.devhut.net/vba-read-write-ini-files/): *Functions to read and write INI configuration files using pure VBA without APIs, ideal for storing user preferences that persist across database updates.*
  - [Extracting the Decimal Part of a Number Using VBA](https://www.devhut.net/extracting-the-decimal-part-of-a-number-using-vba/): *Simple techniques to extract just the decimal portion of a number using VBA, including both direct calculation and string parsing methods.*
  - [Creating a VBA WIA Image Manipulation Class Module](https://www.devhut.net/creating-a-vba-wia-image-manipulation-class-module/): *A comprehensive class module that consolidates various WIA image manipulation functions for rotating, resizing, converting, and processing images entirely in memory.*
- **Mike Wolfe** (*[NoLongerSet](https://nolongerset.com/)*)

  - [Throwback Thursday: June 5, 2025](https://nolongerset.com/throwback-thursday-2025-06-05/): *A weekly retrospective featuring articles about VBA Collections and Dictionaries as data structures, plus programming humor.*

#### Videos‌

- **Alessandro Grimaldi** ([YouTube channel](https://www.youtube.com/@AlxGrim))

  - [Sliders with MS Access](https://www.youtube.com/watch?v=Mwz4UB7O7gs) (04:15)
  - [\[Tool\] Configuration Table Manager](https://www.youtube.com/watch?v=JS8-AjlvefI) (06:27)
- **Richard Rost** ([YouTube channel](https://www.youtube.com/@599CD))

  - [Quick Queries #43](https://www.youtube.com/watch?v=%5FtGn5WVhBzQ) (26:34): *Dynamic Defaults, Copy Paste, User Security, Macros vs VBA*
  - [Advanced Data Validation](https://www.youtube.com/watch?v=JwoDxWWZmJk) (14:09): *Advanced Data Validation Techniques for Microsoft Access*
  - [Attendance, Part 3](https://www.youtube.com/watch?v=Kouh8ermVmk) (15:20): *How to Track Attendance in Microsoft Access: Students, Employees, etc., Part 3*
  - [Attendance, Part 4](https://www.youtube.com/watch?v=zPIAz7Hfwak) (13:54): *How to Track Attendance in Microsoft Access: Students, Employees, etc., Part 4*
  - [Attendance, Part 5](https://www.youtube.com/watch?v=VxsTYhCR3Uk) (16:39): *How to Track Attendance in Microsoft Access: Students, Employees, etc., Part 5*
  - [Quick Queries #42](https://www.youtube.com/watch?v=a7KxLv37YXQ) (30:11): *Is Access the Right Tool for the Job? Does Not Work. More.*

---

## Select Open Source Projects: New Releases

- [VBA-MicrosoftGraph](https://github.com/mbarnesatbbs/VBA-MicrosoftGraph/releases)  
  - [Release 2.0](https://github.com/mbarnesatbbs/VBA-MicrosoftGraph/releases/tag/v2.0)  
    - Expand to optionally use GrantType = "client\_credentials", not just "authorization\_code"
    - Add list emails
    - Add ability to have multiple attachments
    - Tighten up Recipient and Attendee lists to allow trailing `;` and spaces
    - Add wait for Edge browser control to be ready to navigate

---

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

- \[[July 02, 2025](https://accessusergroups.org/europe/event/access-europe-2025-07-02/)\] **Pete Poppe**: Faking ‘Non-Normal’ User Interfaces with Normal Data
- \[[August 06, 2025](https://accessusergroups.org/europe/event/access-europe-2025-08-06/)\] **Colin Riddington**: Large Monitor Support and Responsive Forms
- \[[September 03, 2025](https://accessusergroups.org/europe/event/access-europe-2025-09-03/)\] **Adam Waller**: Topic TBD
- \[[October 01, 2025](https://accessusergroups.org/europe/event/access-europe-2025-10-01/)\] **Marcus Dieterle**: High impact – Custom dialogs and mini-notifications
- \[[November 05, 2025](https://accessusergroups.org/europe/event/access-europe-2025-11-05/)\] **Aleksander Wojtasz**: Topic TBD

---

## Access Roadmap

*There were *no changes made* to the roadmap between the Week in Review last week (2025-05-31) and this week (2025-06-07).*

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