Marshall Brooks
Active member
- Local time
- Today, 02:44
- Joined
- Feb 28, 2023
- Messages
- 748
I expected to have a question on the quick Access Toolbar - some of it could be useful, but I don't want a duplicate button (even grayed out), and it seems silly to have a VBE button with an .accde database. True, they only see "The project is not viewable", but they see all the module names and that tends to make you think something is broken.
However, I found DoCmd.ShowToolbar "Ribbon", acToolbarNo does a lot more than I expected, it not only hides the menu, it also hides the QAT and changes the title bar, which is what I wanted to do.
But I would prefer if the title bar stayed red, instead of gray - i.e. instead of:
I'd prefer to see:
Is there a way to do this?
Alternately, would there be a way to get rid of the title bar, but have a bar on my form with the database title and minimize, restore, and maximize buttons for the application?
However, I found DoCmd.ShowToolbar "Ribbon", acToolbarNo does a lot more than I expected, it not only hides the menu, it also hides the QAT and changes the title bar, which is what I wanted to do.
But I would prefer if the title bar stayed red, instead of gray - i.e. instead of:
I'd prefer to see:
Is there a way to do this?
Alternately, would there be a way to get rid of the title bar, but have a bar on my form with the database title and minimize, restore, and maximize buttons for the application?