lock navigate pane in ms access -


we working on project in ms-access 2010, users using switchboard main menu navigation , work in forms. protected each form login , password user can access his/her records in form (using vba macro inside ms-access).

now lock control pane noone can access objects tables , queries. have idea how in ms-access?

thanks ideas.

if looking programatically, it:

call docmd.locknavigationpane(true) 

however, better of hiding navigation window , following of suggestions june7.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -