Disable Tabs and Right Click (1 Viewer)

stu_c

Registered User.
Local time
Today, 12:13
Joined
Sep 20, 2007
Messages
489
hi all
I am looking for a way to the form hide tabs and disable right mouse click on loading a specific form but for the whole database rather than specific forms is this possible to do this via VBA?
 
Last edited:

MajP

You've got your good things, and you've got mine.
Local time
Today, 08:13
Joined
May 21, 2018
Messages
8,463
File- Options - Current Database - Ribbon and Toolbar Options

Not sure what you mean by hide tabs
 

stu_c

Registered User.
Local time
Today, 12:13
Joined
Sep 20, 2007
Messages
489
is there a way to do this in VBA?

File- Options - Current Database - Ribbon and Toolbar Options

Not sure what you mean by hide tabs
 

jdraw

Super Moderator
Staff member
Local time
Today, 08:13
Joined
Jan 23, 2006
Messages
15,364
stu,
Perhaps you could post a graphic showing a sample of what you want to do referencing what should be hidden and any conditions that apply.
 

stu_c

Registered User.
Local time
Today, 12:13
Joined
Sep 20, 2007
Messages
489
tabs.png
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 08:13
Joined
May 21, 2018
Messages
8,463
Instead of using tabbed forms you can use pop up forms. They do not have tabs. I always use pop up. You can try this on the form property under the Other tab.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 05:13
Joined
Oct 29, 2018
Messages
21,358
Hi. Just in case this helps, please take a look. Cheers!
 

stu_c

Registered User.
Local time
Today, 12:13
Joined
Sep 20, 2007
Messages
489
Thank you so much, massive help!
bit of an odd one mind, I cannot find the option to remove / hide the top ribbon bar even when I look through the options menu?

Hi. Just in case this helps, please take a look. Cheers!
 

theDBguy

I’m here to help
Staff member
Local time
Today, 05:13
Joined
Oct 29, 2018
Messages
21,358
Thank you so much, massive help!
bit of an odd one mind, I cannot find the option to remove / hide the top ribbon bar even when I look through the options menu?
Hi. Not sure what you mean by "hide the top ribbon bar." Did you mean something like this?

DoCmd.ShowToolbar "Ribbon", acToolbarNo
 

Users who are viewing this thread

Top Bottom