I have a unic front-end for more computers. In the back-end there is a table in which there are name,password and ribbon name for each user. When the program (front-end) starts, the ribbon is loaded in base on the name and password putted on login form. How can i set those ribbons after the login? For a form or a report it is simple, on vba Me.RibbonName = "RibbonName", that's all. It is possible to do the same thing in my case? Thanks in advance.