Changing tab pages programmatically

  • Thread starter Thread starter Imran Ghani
  • Start date Start date
Thanks for your helping advise, I was able to make two buttons who are
working fine with all the tab pages. Please also advise me, if there is any
way, we can have more than one set of tab pages on the same form. When I
click one tab page, whole of the set should come in front, and the other sets
go back, this way I may be able to put more information in less space. Is it
possible with MS Access 2007?

tina said:
thanks for picking up the slack, Rick. :)
btw, i say "behind" the tab control, because if you move an on-tabpage
control into the same spot where an off-tabpage control is, the on-tabpage
control will cover up the off-tabpage control.
 
Imran Ghani said:
Thanks for your helping advise, I was able to make two buttons who are
working fine with all the tab pages. Please also advise me, if there is any
way, we can have more than one set of tab pages on the same form. When I
click one tab page, whole of the set should come in front, and the other sets
go back, this way I may be able to put more information in less space. Is it
possible with MS Access 2007?

You can have multiple rows of tabs on the same tab control.

Tony
 
Imran Ghani said:
Thanks for your helping advise, I was able to make two buttons who are
working fine with all the tab pages. Please also advise me, if there is any
way, we can have more than one set of tab pages on the same form. When I
click one tab page, whole of the set should come in front, and the other sets
go back, this way I may be able to put more information in less space. Is it
possible with MS Access 2007?

You can have multiple rows of tabs on the same tab control.

Tony
 
Thanks for your kind advise. Please also advise me how can I set focus on one
row of tab page if one of its page is selected. I want to set that row in
front of other rows of tab pages when one of that row's page is selected. Can
it be done? I'd appreciate much your guidance.
 
Thanks for your kind advise. Please also advise me how can I set focus on one
row of tab page if one of its page is selected. I want to set that row in
front of other rows of tab pages when one of that row's page is selected. Can
it be done? I'd appreciate much your guidance.
 
Imran Ghani said:
Thanks for your kind advise. Please also advise me how can I set focus on one
row of tab page if one of its page is selected. I want to set that row in
front of other rows of tab pages when one of that row's page is selected. Can
it be done? I'd appreciate much your guidance.

Set the Multi Row property of the tab control to Yes. Add more tabs
and see how it looks.

Tony
 
Imran Ghani said:
Thanks for your kind advise. Please also advise me how can I set focus on one
row of tab page if one of its page is selected. I want to set that row in
front of other rows of tab pages when one of that row's page is selected. Can
it be done? I'd appreciate much your guidance.

Set the Multi Row property of the tab control to Yes. Add more tabs
and see how it looks.

Tony
 
Back
Top