LockNavigationPane Macro Action
Last modified: July 28, 2015
Applies to: Access 2013 | Office 2013
You can use the LockNavigationPane action to prevent users from deleting database objects that are displayed in the Navigation Pane.
Locking the Navigation Pane prevents you from deleting database objects or cutting database objects to the clipboard. It does not prevent you from performing any of the following operations:
-
Copying database objects to the clipboard
-
Pasting database objects from the clipboard
-
Displaying or hiding the Navigation Pane
-
Selecting different Navigation Pane organization schemes
-
Showing or hiding sections of the Navigation Pane
To run the LockNavigationPane action in a VBA module, use the LockNavigationPane method of the DoCmd object.