B
Baz
I've created a custom ribbon. I have observed that, alongside the custom
tabs I have created on my ribbon, the Access Home tab is also displayed.
This is A Good Thing, because everything on the Home tab is something I want
my users to have.
Unfortunately, the application needs to deployed using the Access runtime -
and when it is launched using the runtime, the Home tab has disappeared!
So, my question is, is there a simple way of including an entire "standard"
tab (i.e. the Home tab) in a custom ribbon, or am I going to have to build an
entire custom tab to replicate what's on the Home tab?
I've tried this but it has no effect:
<tab idMso="TabHomeAccess" visible="true"/>
tabs I have created on my ribbon, the Access Home tab is also displayed.
This is A Good Thing, because everything on the Home tab is something I want
my users to have.
Unfortunately, the application needs to deployed using the Access runtime -
and when it is launched using the runtime, the Home tab has disappeared!
So, my question is, is there a simple way of including an entire "standard"
tab (i.e. the Home tab) in a custom ribbon, or am I going to have to build an
entire custom tab to replicate what's on the Home tab?
I've tried this but it has no effect:
<tab idMso="TabHomeAccess" visible="true"/>