Unwanted Access Icon on Custom Ribbon -
07-22-2011
, 08:47 AM
I have created a number of custom ribbons in Access 2007 with
"startFromScratch = true". Despite that, most of these ribbons
contain an Access icon and an Acrobat icon. The Access icon contains
the options Restore, Move, Size, Minimize, Maximize and Close, all of
which are grayed out. Nevertheless, if I double-click on that icon,
it closes the current form. On some forms, the icon does not appear
initially but after about 30 seconds, it suddenly shows up.
How do I get rid of this icon? I'm hoping there is something I can
add to my <command> section.
<commands>
<command idMso="FileExit" enabled="false"/>
<command idMso="WindowRestore" enabled="false"/>
<command idMso="WindowClose" enabled="false"/>
<command idMso="Help" enabled="false"/>
</commands>
I'd also like to figure out how to get rid of the Acrobat (PDF) group.
Thanks,
Norman |