I have hidden all Access ribbons for users that do not open Access using the shift key by doing the following:

Created USysRibbons table with the following entries:


RibbonName = HideTheRibbon
RibbonXML = <CustomUI xmlns="http://schemas.microsoft.com/office/2006/01/CustomUI"> <ribbon startFromScratch="true"/></CustomUI>

I selected this ribbon by going to File -> Options -> Current Database and selecting HideTheRibbon for the ribbon name.

Now, I want to un-hide the ribbon. If I blank the ribbon name and select 'Allow full menus' the ribbon is still hidden when the application is restarted. How do I un-hide the ribbon?

Matt