> ## 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: February 24, 2024
- URL: https://nolongerset.com/week-in-review-2024-02-24/
- Published: 2024-02-24T23:14:12.000Z
- Updated: 2026-05-08T12:38:49.000Z
- Description: Highlights include a video review of recent Access bug fixes and 2024 priorities, hiding duplicate values in continuous forms, and an intro to form subclassing.
- Author: Mike Wolfe
- Tags: Week in Review, #Import 2026-05-20 02:59

## Just Published

This section includes videos, articles, and interesting discussions from the past 7 days.

#### Articles

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

  - ["SQL Server" ODBC Driver Slow in Monthly Channel (Fixed)](https://www.accessforever.org/post/sql-server-odbc-driver-slow-in-monthly-channel), *by Karl Donaubauer*
- **Jonathan Halder** ([Access JumpStart 2.0](https://www.accessjumpstart.com/blog/))

  - [Customizing Access: Open without Access window displayed](https://www.accessjumpstart.com/customizing-access-open-without-access-window-displayed/)
  - [Customizing Access: Replace the splash screen](https://www.accessjumpstart.com/customizing-access-replace-the-splash-screen/)
  - [Access JumpStart – The Documentation](https://www.accessjumpstart.com/access-jumpstart-the-documentation/)
  - [Access Programming – What I do and Why (Access JumpStart)](https://www.accessjumpstart.com/access-programming-what-i-do-and-why-access-jumpstart/)
  - [TDD – 052 – Woohoo, refactoring success!](https://www.accessjumpstart.com/tdd-052-woohoo-refactoring-success/)
  - [TDD – 051 – Now to refactor the test…](https://www.accessjumpstart.com/tdd-051-now-to-refactor-the-test/)
  - [TDD – 050 – Function refactor successful](https://www.accessjumpstart.com/tdd-050-function-refactor-successful/)
  - [TDD – 049 – Still refactoring the big change I wanted](https://www.accessjumpstart.com/tdd-049-still-refactoring-the-big-change-i-wanted/)
  - [TDD – 048 – Refactoring too much (Don’t try this at home)](https://www.accessjumpstart.com/tdd-048-refactoring-too-much-dont-try-this-at-home/)
  - [TDD – 047 – Refactoring to make field changes simpler](https://www.accessjumpstart.com/tdd-047-refactoring-to-make-field-changes-simpler/)
  - [TDD – 046 – Using ParamArray in VBA subs](https://www.accessjumpstart.com/tdd-046-using-paramarray-in-vba-subs/)
- **Daniel Pineault** (*[DEVelopers HUT](https://www.devhut.net/)*)

  - [Converting Form Code To A Reusable Class Module](https://www.devhut.net/converting-form-code-to-a-reusable-class-module/)
  - [Only Save Record Via Save Button](https://www.devhut.net/only-save-record-via-save-button/)
- **Colin Riddington** (*[Isladogs on Access](https://isladogs.co.uk/home/index.html)*)

  - [Freeze Columns in Continuous Forms - Part 3](https://isladogs.co.uk/freeze-columns-continuous-form-3/index.html)
  - [Reset the Property Sheet](https://isladogs.co.uk/reset-property-sheet/index.html) *(updated)*
  - [Edit Data in Hidden Duplicates Forms - Part 2](https://isladogs.co.uk/edit-hide-duplicates-forms/index.html)
- **Mike Wolfe** (*[NoLongerSet](https://nolongerset.com/)*)

  - [Use Caching to Speed Up Editable Forms with Hidden Duplicate Values](https://nolongerset.com/caching-hidden-dupes/)
  - [Use Custom Functions to Hide Multi-Level Group Headers on Editable Continuous Forms](https://nolongerset.com/hide-multi-level-dupes/)
  - [Use DCount() to Make Editable Continuous Forms with Hidden Duplicate Values](https://nolongerset.com/hide-dupes-via-dcount/)
  - [Hiding Duplicate Values in Continuous Forms via Left Joins](https://nolongerset.com/hiding-dupes-via-left-joins/)
  - [Hiding Duplicate Values in Continuous Forms via Subqueries](https://nolongerset.com/hiding-dupes-via-subqueries/)

#### Videos‌

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

  - [2024 Plans for Access](https://www.youtube.com/watch?v=qIhPP2pfYXI) (51:04): *with Maria Barnes*
  - [Interview with Book Author Alessandro Grimaldi: Access on Steroids](https://www.youtube.com/watch?v=gxjRB1znckU) (57:46)
- **George Hepworth** ([YouTube channel](https://www.youtube.com/@GroverParkGeorge))

  - [PowerApps Gallery](https://www.youtube.com/watch?v=%5FW1vFfkXJps) (12:20): *Let users know how many records are in the fully populated gallery without scrolling to the end.*
- **Sean MacKenzie** ([YouTube channel](https://www.youtube.com/@seanmackenziedataengineering))

  - [Multiple Choice](https://www.youtube.com/watch?v=wf6UggBpZKQ) (27:27): *ADI Part 8: Add Multiple Choice Prompts with a List Dialog*
- **Richard Rost** ([YouTube channel](https://www.youtube.com/@599CD))

  - [VBA Bookmarks](https://www.youtube.com/watch?v=URsG%5FnGVtrQ) (10:59): *How to Use Bookmarks to Quickly Jump Between Locations in the Microsoft Access VBA Editor*
  - [VBA Editor Colors](https://www.youtube.com/watch?v=nxp4i1IJv%5Fo) (13:50): *How to Change the Display Colors of the VBA Editor in Microsoft Access*
  - [Numbered Images](https://www.youtube.com/watch?v=4BPLjMgd9BM) (12:13): *How to Display Numbered Images in a Database Based on a Field Value in Microsoft Access*
  - [Images Subfolder](https://www.youtube.com/watch?v=Co%5FddfmT09k) (16:33): *How to Store Images in a Database Subfolder to Prevent Broken Links in Microsoft Access*
  - [Quick Queries #12](https://www.youtube.com/watch?v=sP7DaY25gqg) (17:05): *Microsoft Access Quick Queries #12\. VBA Editor Text Size. Separate Subforms. Multiple Tables. More!*
- **Daniel Pineault** ([YouTube channel](https://www.youtube.com/@DanielPineault))

  - [Form SubClassing 101](https://www.youtube.com/watch?v=IRvkq4BigdM) (35:47)
  - [Converting Form Code To A Reusable Class Module](https://www.youtube.com/watch?v=p80-cUUShB8) (30:34)
  - [Only Save Form Changes With A Save Button](https://www.youtube.com/watch?v=2olw9p89FJQ) (17:01)
- **Pharos Technology \[Dr. Richard Hanson\]** ([YouTube channel](https://www.youtube.com/@PharosTechnology))

  - [Data Warehousing: An Introduction](https://www.youtube.com/watch?v=kgabFEp5dIc) (08:07): *The Data Warehousing and Business Intelligence Revolution*
- **Nifty Access \[Tony Hine, aka Uncle Gizmo\]** ([YouTube channel](https://www.youtube.com/@NiftyAccessMicrosoft))

  - [Nifty Filter](https://www.youtube.com/watch?v=RfV9U3awCJg) (02:31): *The Built In MS Access Filter*

#### 

---

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

- [February 27, 2024](https://accessusergroups.org/lunch/event/access-lunchtime-4-2024-02-27/): **Crystal Long** \- Tab Control Tricks AND using Unicode to visualize your data better ***(JUST ADDED)***
- [March 6, 2024](https://accessusergroups.org/europe/event/access-europe-2024-03-06/): **Thomas Möller** \- Better Access Charts in the new Edge Browser Control
- [March 7, 2024](https://accessusergroups.org/pacific/event/access-pacific-monthly-meeting-2024-03-07/): **Linda Ewen** \- Sharing Data with Users Outside Your Local Network
- [March 15, 2024](https://jstreettech.com/access-day): **Access Day** \- in-person Access conference in Seattle, WA area
- [March 26, 2024](https://accessusergroups.org/lunch/event/access-lunchtime-4-2024-03-26/): **Steve Schapel** \- Unraveling Constraints – A Case Study
- [April 3, 2024](https://accessusergroups.org/europe/event/access-europe-2024-04-03/): **Dale Fye -** Working with Command Bars and the Access Shortcut Tool
- [April 9, 2024](https://ukaug.co.uk/april-2024-conference/): **UK Access User Group** \- April 2024 Conference - in-person Access conference at Imperial College, London
- [April 18-19, 2024](https://www.donkarl.com/devcon/): **Access DevCon Vienna** \- (*Online in Microsoft Teams*) [Agenda available here](https://www.donkarl.com/devcon/agenda.htm) ***(JUST UPDATED)***
- [May 1, 2024](https://accessusergroups.org/europe/event/access-europe-2024-05-01/): **Colin Riddington** \- View & Edit Import/Export (IMEX) Data Task Specifications

---

‌

## Access Roadmap

*There were *NO CHANGES* to the roadmap between the last Week in Review (2024-02-17) and this one (2024-02-24).*

*The [development priorities](https://www.accessforever.org/post/microsoft-s-plans-for-access-in-the-next-6-months) were last updated at the German-language AEK conference on October 14, 2023.*

---

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

"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 in the Next 6 Months](https://www.accessforever.org/post/microsoft-s-plans-for-access-in-the-next-6-months)*.

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://techcommunity.microsoft.com/t5/access-blog/our-road-ahead-microsoft-access-engineering-priorities-oct-2022/ba-p/3651894) are shown in bold below. Dropped priorities are struck through.

1. Continued Focus on Monthly Issue Fixes: *(Monthly Issue Fix Blog) Improved product quality and reliability*
2. **Access becomes Large Address Aware**: *Removal of key customer error issue*
3. Dataverse export improvements: *Make it easier and faster for admins to migrate their data to Dataverse*
4. **Large monitor support for forms**: *Improved support of Access on the latest hardware*
5. **Modern Chart Improvements**: *Expanded support for the most popular chart types and options*
6. **SQL Editor Improvements**: *Significantly improved SQL query editing experience*
7. ~~Inconsistent Database Error Fix~~

Special thanks to Karl Donaubauer for posting the updated priorities at [AccessForever.org](https://www.accessforever.org/post/microsoft-s-plans-for-access-in-the-next-6-months).

#### In Development

- `NOV 2023`: Making 32-bit Access [Large Address Aware](https://nolongerset.com/laa-flag/) (LAA)

#### Rolling Out

None.

#### Launched

- `APR 2023`: Modern Web Browser Control
- `MAR 2023`: New Modern Web Browser Form Control