T
Terry
I am hiding the main Access ribbons with:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
</ribbon>
</customUI>
And need to use a QAT when previewing a report to provide a Print dialogue
and a Close Preview dialogue. What xml would I need for this please?
assuming the ribbon name is PrintRibbon.
Regards
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
</ribbon>
</customUI>
And need to use a QAT when previewing a report to provide a Print dialogue
and a Close Preview dialogue. What xml would I need for this please?
assuming the ribbon name is PrintRibbon.
Regards