A family of Microsoft relational database management systems designed for ease of use.
There are different ways to do this. Personally, i like to create a USysRibbons table and create a blank ribbon and set it as the application ribbon. This way (i) i can easy hide the default ribbon, (ii) i can create my own custom ribbons for my applications (for printing, exporting, ...).
Using vba you could do
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Then to show it again you'd do
DoCmd.ShowToolbar "Ribbon", acToolbarYes