Navigation (1 Viewer)

ilanray

Member
Local time
Today, 17:42
Joined
Jan 3, 2023
Messages
118
Hi
I have a code that hide the navigation pane (workd great)>
The problem is in form, when I click Right Click on the tab it let the users edit the form. how can I disable the right click menu?

Code:
Docmd.ShowToolBar "Ribbon", acToolBarNo
docmd.NavigationTo("acNavigationCategoryObjectType")
docmd.RunCommand (acCmdWindowHide)
 

CJ_London

Super Moderator
Staff member
Local time
Today, 15:42
Joined
Feb 19, 2013
Messages
16,743
Or provide users with a .accde
 

Isaac

Lifelong Learner
Local time
Today, 07:42
Joined
Mar 14, 2017
Messages
8,963
Am I the only one who clicked on this thread because I thought "Navation" was a cool new feature I didn't know about ?? Please!
 

GaP42

Active member
Local time
Tomorrow, 00:42
Joined
Apr 27, 2020
Messages
418
So you were hoping for the equivalent of the floating mountains in Access? What would that be? One touch web page generation/ interaction / db synchronisation?
 

Users who are viewing this thread

Top Bottom