Tab with 'X' in it - Access 2007

M

MrDeej

Is it possible to get the tab controls with x's in it like in Windows
Explorer 7? Now it is just 1 'x' and it is in right of the screen
 
D

Douglas J. Steele

Assuming I'm understanding your question correctly, the "X" in IE7 allows
you to remove that tab. Access doesn't have that capability.
 
M

MrDeej

Ok, you understood correctly :)

Maybe this could be a feature in the next version of Access
 
D

Douglas J. Steele

To be honest, I can't see a need for it.

The developer determines how many pages the tab control should display. It's
possible to add pages to a tab, but you'd have to code that ability in. You
can write code to remove pages as well. Both, though, strike me as unusual
things to do in an Access form.
 
Top