Navigation (1 Viewer)

ilanray

Member
Local time
Today, 09:40
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, 07:40
Joined
Feb 19, 2013
Messages
16,739
Or provide users with a .accde
 

Isaac

Lifelong Learner
Local time
Yesterday, 23:40
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
Today, 16:40
Joined
Apr 27, 2020
Messages
416
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