You can customize Ms Access 2007 ribbon by adding Zoom feature in table [USysRibbons] with the following code :
<group id="grpZoom" label="Zoom" visible="true">You can also see original post at rptsoftware
<splitButton idMso="PrintPreviewZoomMenu" size="large"/>
<toggleButton idMso="ZoomFitToWindow" size="large"/>
<toggleButton idMso="ZoomOnePage" size="large"/>
<toggleButton idMso="PrintPreviewZoomTwoPages" size="large"/>
</group>
Comments
Post a Comment