About 2,090,000 results
Open links in new tab
  1. MS-Access: move to a NavigationControl using vba

    May 10, 2020 · Using vba I would like to move to one of the forms that you normally reach by clicking on a NavigationButton in the Navigation Control. The form I would like to reach is …

  2. How to reference a sub-subform in a navigation form from outside form ...

    Jan 2, 2018 · What is the appropriate path to reference a sub-subform in a navigation form from outside form. This path work if you are in the navigation form, but not on outside form. The …

  3. Microsoft Access VBA Referring to Forms and Controls - FMS, Inc

    The RepaintObject command is called to update the form display with each step in the loop. Run the function from the immediate window, or from a macro. You will see a control that appears …

  4. Form.NavigationButtons property (Access) | Microsoft Learn

    Use the NavigationButtons property to specify whether navigation buttons and a record number box are displayed on a form. Read/write Boolean. Syntax. expression.NavigationButtons. …

  5. Navigate Form to Specific Record Based on Clicking a Record in …

    Jan 6, 2015 · You could do this by wrapping the code in a function in the subform's module and calling the function as the Click event property of each control.

  6. vba - Open sub-form in Navigation form - Stack Overflow

    Jul 1, 2020 · how do I get the form to open in the navigation sub-form window where it is linked, with the correct information in the fields based on the combo box?

  7. Accurately locate/move forms & controls | Access World Forums

    Jan 14, 2017 · Moving (and resizing) objects to precise locations on the screen is very easy using the Move method: expression.Move (Left, Top, Width, Height). For example, Similarly, controls …

  8. NavigationControl object (Access) | Microsoft Learn

    Sep 12, 2021 · The NavigationControl object contains a collection of navigation buttons, each of which is represented by a NavigationButton object. When a user chooses a navigation button, …

  9. Changing Navigation Target Names via VBA within Navigation Form

    Nov 3, 2014 · To specify what subform gets loaded within the Navigation Form when you click a Tab, you select a specific Navigation Target Name. I was curious if anyone knew how to call …

  10. ms access - MSAccess 2003 - VBA for passing a value from one form

    So how can I pass a value from one form to another? For example: The user select's an organization from a list and this opens up a trip form that allows a user to enter various …

Refresh