top of page

Focus on What Matters: Zoom Arrives in Microsoft Access


With the introduction of the zoom slider, Microsoft Access now offers the same intuitive zoom capabilities found in Word, Excel, and PowerPoint. This practical enhancement improves day-to-day usability and is available in forms opened in form or datasheet view, as well as in tables, queries, and reports in print preview.


This feature is available only with Office 365 and rolled out to the Current Channel with version 2605 build 20026.20076 released on 2026-05-20. Be advised that Microsoft is rolling this feature out in stages over the next few days within this version. If you have this version and do not see zoom today, you may see it the next time you open Access.


How does it work?

Options for zooming include


  • The slider control in the status bar at the bottom-right corner of the Access window. You can drag the slider or click the plus or minus buttons to change zoom level in increments of 10% from 50 - 500%. There is also a tick mark in the middle to return to 100%.

  • New Zoom command on the Home tab of the ribbon to zoom in 25% increments from 50 - 200% or to 500%.

  • Keyboard shortcuts

    • CTRL + ALT + Plus (+) to zoom in

    • CTRL + ALT + Minus (-) to zoom out

    • CTRL + ALT + 0 to return to 100%

    • CTRL + Mouse wheel

  • Two fingers on touch screen or pad, expanding or bringing closer together


More options for adjusting the zoom level

Unfortunately zoom level does not persist with the form, table, query, or report after closure. However, you can set a database level zoom level with a new setting under File > Options > Current Database called Default Zoom using a range from 50 - 500%.


As a workaround until direct VBA setting of the zoom level is enabled, you can use 6 of the 9 RunCommands (acCmdZoom50 + 75, 100, 150, 200, 500) that have existed for many years to set the zoom level in report preview to set the zoom level for forms. These commands don't work in the open event but can be set with a minimal timer shortly after opening the form.


What is next in zooming?

Zooming for continuous and pop-up forms is scheduled for June 2026 on the Microsoft 365 Roadmap. Report, layout, design views, and VBA support should follow in the next months.


The zoom capability will become even more valuable with an additional roadmap update scheduled for July 2026, that will allow forms and reports to be designed beyond the current 22-inch limit – enabling Access to take full advantage of large-format monitors.


For official documentation on the new zoom feature in Microsoft Access see this Microsoft Support article. Another great article is Colin Riddington's Zooming Feature Now Rolling Out.

12 Comments


Heinrich Moser
Heinrich Moser
Jun 02

Could you ask Microsoft to give us a registry key to turn the new code on and off? Don't get me wrong: I love the new zoom feature. But I just found another regression (still working on a minimal example - this is a tough one to minimize), and, once this feature hits the Monthly Enterprise Channel, I want to have a backup plan if business critical software starts to break. (Yes, reverting to a previous version of Office is always possible, but that's not so ideal security-wise, since that also reverts monthly security fixes for Outlook and other parts of Office.)

Like
Replying to

Thank you. I understood why you made the original suggestion as a quick fix in an emergency. I tested your very clear and well constructed repro in the latest CC build and it gave the expected result rather than the issue you described. I believe Karl has been able to reproduce this problem but for whatever reason I didn't experience it. UPDATE:

Just re-tested on another Win 10 machine with 365 version 2606 20131.20000 Beta Channel 64-bit.


This time I do see the Waiting for Timer issue you reported. I can’t show that as a screenshot as clicking clicking the Snipping Tool to do a screengrab causes the code to immediately complete and show Done. Similarly so does clicking anywhere…

Edited
Like

Access Fan
May 29

These are truly excellent new features! Does anyone know how Zooming is implemented for popup forms? For example, if you zoom to 200%, does the effective size of the popup form also double to accommodate all the controls? And if AutoCenter is enabled, would the positioning also adjust automatically?

Like
Replying to

Yes and no. Recently Colin discovered and the Access team confirmed that when the Default Zoom option is set to <>100% and the properties Auto Resize and Auto Center are set to True then the form respects the Defaul Zoom value and opens big enough to show complete records and is centered. However, this only gets done for the Default Zoom option/value, not for "dynamic" zoom changes via slider, ribbon, keyboard or mouse.

Like

Richard Rost
Richard Rost
May 21

Still waiting for my main system to get the update. Had to use my other machine that's on the Beta Channel to make my video yesterday. I am anxiously waiting being allowed to zoom on my main PC. Until then, I am sad. :(

Like
Heinrich Moser
Heinrich Moser
May 22
Replying to

For those gradual rollouts, an explicit "opt-in" option (e.g. a registry key) for IT support and developer PCs would be great. Imaging a customer getting the feature before you get it, and you can't help them because you can't reproduce their issue on your machine...

Like
bottom of page