I am using an Access 2007 as a frontend and SQL 2005 as a backend. (ADP file not an mdb ) I am using 2 ribbons for my application and I have no problem with loading ribbons.
My "MainRibbon" is the one used for navigation thru application. There is one form which has a ribbon called "RecordMenu".
When I open the application my mainribbon appears (set thru Accessoptions). On the main ribbon, I click a button which opens a form and this form has its own ribbon called RecordMenu.
The strange thing is that when I open that form, RecordMenu ribbon does also appears in addition to MainRibbon (start from scratch value is false for both ribbons) but RecordMenu ribbon is not automatically switched, ie, I have to click that ribbon to see it.
I was expecting that if form has a specific ribbon (defined thru form properties) , when the form is opened its ribbon also will be loaded and switched automatically.
What I am doing wrong? I also tried to define ribbon name in form's load event as me.ribbon="RecordMenu" but I am not getting that ribbon automatically switched.
Any help will be highly appreciated.
regards
My "MainRibbon" is the one used for navigation thru application. There is one form which has a ribbon called "RecordMenu".
When I open the application my mainribbon appears (set thru Accessoptions). On the main ribbon, I click a button which opens a form and this form has its own ribbon called RecordMenu.
The strange thing is that when I open that form, RecordMenu ribbon does also appears in addition to MainRibbon (start from scratch value is false for both ribbons) but RecordMenu ribbon is not automatically switched, ie, I have to click that ribbon to see it.
I was expecting that if form has a specific ribbon (defined thru form properties) , when the form is opened its ribbon also will be loaded and switched automatically.
What I am doing wrong? I also tried to define ribbon name in form's load event as me.ribbon="RecordMenu" but I am not getting that ribbon automatically switched.
Any help will be highly appreciated.
regards