TAB's questions

D

Dave

Access 2003

I have added a "Tab Control to a form.
Back Style = Transparent.

But I see no "Border" Properties.

Anyway to make the borders Transparent?

Thanks

Dave
 
P

Peter Hibbs

Dave.

Try setting the Tab control's Style property to Buttons or None.

HTH

Peter Hibbs.
 
L

Linq Adams via AccessMonster.com

Setting the Style to "buttons" makes the page borders disappear, leaving only
the tab "headers" themselves. A Transparent Background allows the underlying
color of the Detail section that the tabbed pages lie on to show thru. The
tab "header" portion will still appear standard gray.
 
Top