Forum Discussion

ChrisAKFS's avatar
ChrisAKFS
Copper Contributor
Jun 24, 2024
Solved

Hide Navigation Buttons on Linked Table

Hi   I have a parent form with a linked child table which all works fine but I want to hide the navigation buttons on the linked table.  I know the VBA code for hiding the buttons but the only even...
  • George_Hepworth's avatar
    George_Hepworth
    Jun 25, 2024
    Karl and Arnel are quicker.
    While it is possible to simply embed a table directly in a subform control, you lose the ability to manage it as effectively as when you use a form in a subform control. In this case, for example, you lose the ability to hide Navigation buttons. Sometimes, in the early stages of learning Access, we find things that seem handy (like embedding a table in a subform control), but which turn out not to be the most appropriate or effective or flexible approach. The key is to keep an open mind and continue refining your tool kit as you gain more experience.

Resources