Why can't Microsoft upgrade Access without completely changing the look. In Access 2003 I can easily disable the shift key and hid the tool bar.. etc . How can i do that in Access 2007?
To create a custom ribbon and/or hide the default one, create a table named USysRibbons with 3 columns:
ID .... AutoNumber
RibbonName ... Text (255 field size)
RibbonXml .... Text (memo)
Open the table and enter a RibbonName (whatever name you want to give it). Then enter the following code in RibbonXml.
You must exit your Access application and then launch it again for your changes to the ribbon to take effect.
Now open your form in design view and set the Ribbon Name property to the RibbonName you specified in the table. Now when you open the form, no ribbon will be shown.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.