How to disable "customize quick access toolbar"

H

Hasmukh Gamot

please tell me How to disable "customize quick access toolbar" i want no body
to view my database sectets
 
J

jmir via AccessMonster.com

Hasmukh said:
please tell me How to disable "customize quick access toolbar" i want no body
to view my database sectets
Hi, Hasmukh,

You can control QAT (i.e., enable/disable totally or just some options) at
the ribbon level using xml code like this:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<commands>
<command idMso="ApplicationOptionsDialog" enabled="false"/>
</commands>
</customUI>
See the short tutorial at:
http://www.access-freak.com/tutorials.html#Tutorial05
Regards
Joao
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top