tabs

J

Jase

Hi All

I have inserted a set of tabs into one of my forms and it
houses the entire detail section of the form. The issue I
have is that I want the tabs to be at the bottom of the
form and not at the top. Does anyone know if this is
possible?

Thanks heaps
Jase
 
R

Rick Brandt

Jase said:
Hi All

I have inserted a set of tabs into one of my forms and it
houses the entire detail section of the form. The issue I
have is that I want the tabs to be at the bottom of the
form and not at the top. Does anyone know if this is
possible?

Not with the standard TabControl. You can set the tab style to "None" and
use your own buttons (or Option Group) to select the pages. Obviously with
that strategy you can put the buttons anywhere you like.
 
Top