Share via

Access 365: Control stacking order changes when using Tab key in form Design View (2309 and later)

tsuji 0 Reputation points
2026-06-11T09:37:07.5033333+00:00

Issue

In Microsoft Access for Microsoft 365, in form Design View, when overlapping controls are selected, the stacking order (front/back display order) changes unexpectedly when using the Tab key to move the selection.


Example

Initial state (design time):

TextBoxA Top = 1, Left = 1, Width = 100, Height = 100 Z order: Front

TextBoxB Top = 2, Left = 1, Width = 100, Height = 100 Z order: Back


Operation

Move selection using the Tab key from TextBoxA to TextBoxB.


Result

TextBoxB appears in front, and TextBoxA moves to the back.


Another case

TextBoxA Top = 1, Left = 1, Width = 100, Height = 100

TextBoxB Top = 1, Left = 2, Width = 100, Height = 100

Result: TextBoxB appears in front.


Observed behavior

The stacking order appears to be determined by:

Higher Top value appears in front. If Top values are equal, higher Left value appears in front.


Reproducibility

This behavior is reproducible with both:

Text boxes Labels

It does not appear to depend on the control type.


Environment

Microsoft Access for Microsoft 365

Version 2308: Not reproducible Version 2309 and later: Reproducible (confirmed in 2312, 2320, 2403, 2404, 2407)

Note: Not all builds within each version were tested.


Additional note

The Version 2309 release notes mention fixes related to Tab key behavior in Design View, which may be related to this issue.


Summary

This appears to be a behavior change introduced between Version 2308 and 2309 affecting control selection behavior in Design View.

Microsoft 365 and Office | Access | Development

1 answer

Sort by: Most helpful
  1. Michelle-N 17,290 Reputation points Microsoft External Staff Moderator
    2026-06-11T10:56:23.23+00:00

    I would like to first clarify that this is a user-to-user support forum, and we are not Microsoft support. Moderators here do not have backend access and cannot directly intervene in Microsoft products or perform escalations. We can only provide technical guidance and best-practice recommendations based on reported issues.

    Hi @tsuji

    Based on the information you provided, I understand that starting from Microsoft Access 365 Version 2309, there is an unexpected change in how the stacking order (Z-order) of overlapping controls behaves in Form Design View. Specifically, when navigating between overlapping controls using the Tab key, Access dynamically alters the front/back display order based on the control's geometric position (where a higher Top value, or a higher Left value if Top is equal, forces the control to the front). You've also verified that this regression bug did not exist in Version 2308 and affects multiple control types like text boxes and labels.

    After doing some research and testing on my end, I am experiencing the exact same behavior. Since this is a regression bug introduced by a specific architectural update to the Tab key behavior in Version 2309, the best way to get this on the Access engineering team's radar is to submit this directly to them.

    I highly recommend posting these detailed reproduction steps and results on the Microsoft Feedback Portal. This portal is actively monitored by Microsoft developers and product managers who prioritize fixes based on community impact. Sharing your precise findings there will give the technical experts the exact data they need to investigate and hopefully release a hotfix in an upcoming build.

    In the meantime, while we wait for a formal update or fix from Microsoft, here are a few best practices and workarounds to manage this behavior during your design process:

    • Avoid using the Tab key when working with overlapping controls
    • Prioritize Mouse Clicks or the Selection Pane
    • Explicitly set Z-order dynamically

    Thank you again for your valuable contribution and for documenting this so thoroughly. It helps the entire Access community stay ahead of these unexpected update behaviors!


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.