Go to the navigation button by clicking

sanaz gholami 0 Reputation points
2024-07-21T06:21:47.6066667+00:00

Hi, I have a navigation form and I want it to go to the navigation button when I click on a button in another form. But I don't know how to address

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karl Donaubauer 1,726 Reputation points MVP
    2024-07-23T22:20:01.9433333+00:00

    Hi,

    DoCmd.OpenForm "YourNavigationForm"

    DoCmd.BrowseTo acBrowseToForm, "NavigationTargetName", "YourNavigationForm.NavigationSubform"

    Servus
    Karl


    Access News, Forever, DevCon
    Access-Entwickler-Konferenz AEK - 19./20.10. Nürnberg

    0 comments No comments