C CSJM45 Registered User. Local time Today, 15:21 Joined Aug 7, 2013 Messages 45 Aug 12, 2015 #1 Hi All, I need to lock down my DB so that the users cannot open the navigation pane. The DB opens with an AutoExec that puts them on a Swithboard form. Any ideas? Thanks,
Hi All, I need to lock down my DB so that the users cannot open the navigation pane. The DB opens with an AutoExec that puts them on a Swithboard form. Any ideas? Thanks,
L llkhoutx Registered User. Local time Today, 17:21 Joined Feb 26, 2001 Messages 4,018 Aug 13, 2015 #2 This video explains how to do it.
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 06:21 Joined May 7, 2009 Messages 20,407 Aug 13, 2015 #3 to hide it: DoCmd.NavigateTo "acNavigationCategoryObjectType" DoCmd.RunCommand acCmdWindowHide then disable it: http://www.experts-exchange.com/Database/MS_Access/Q_28411324.html
to hide it: DoCmd.NavigateTo "acNavigationCategoryObjectType" DoCmd.RunCommand acCmdWindowHide then disable it: http://www.experts-exchange.com/Database/MS_Access/Q_28411324.html
J JLCantara Registered User. Local time Today, 15:21 Joined Jul 22, 2012 Messages 335 Aug 13, 2015 #4 Open your DB options then select current db and finaly unselect navigation pane.