you have to create a table called usysribbon
then create an xml record
id- autonumber (key)
ribbonname - text
ribbonxml - memo
XML CODE (this is as far as I go with xml)
<customUI xmlns="
<ribbon startFromScratch="true">
<officeMenu>
<button idMso="FileOpenDatabase" visible="false" />
<button idMso="FileNewDatabase" visible="false" />
<button idMso="FileCloseDatabase" visible="false" />
</officeMenu>
<qat>
<documentControls>
<button idMso="FilterAdvancedByForm"/>
<button idMso="ApplyFilter"/>
<button idMso="FilterClearAllFilters"/>
<button idMso="Copy"/>
<button idMso="Paste"/>
<button idMso="PrintDialogAccess"/>
<button idMso="FindDialog"/>
<control idMso="Undo"/>
<control idMso="Redo"/>
<control idMso="ExportExcel"/>
</documentControls>
</qat>
</ribbon>
</customUI>
then tell access the name of the ribbon where it asks for it
in accessoptions currentdatabase ribbon and toolbar options
hope it helps