I'm trying o hide tabs from the user and have more or less done this. When in a report however I show the print tool bar by coding the following in the on open event of the report
DoCmd.ShowToolbar "Ribbon", acToolbarYes
This works fine except I get the File tab as well which allows the user to go into options which I want to stop.
Having googled this to death I came across a forum where there was a sample database that did this.
It seems I need to set up a system table called USysRibbons. I actually copied the table from the example but I am at a loss what to do with it! I can't see anywhere in the example where it is referenced at all.
Can someone point me in the right direction.
DoCmd.ShowToolbar "Ribbon", acToolbarYes
This works fine except I get the File tab as well which allows the user to go into options which I want to stop.
Having googled this to death I came across a forum where there was a sample database that did this.
It seems I need to set up a system table called USysRibbons. I actually copied the table from the example but I am at a loss what to do with it! I can't see anywhere in the example where it is referenced at all.
Can someone point me in the right direction.