Hey,

I'm trying to do some simple things without success in a tab control in access:

1. change the font type, size and color of the the page caption.
2. when adding a bitmap image to the page caption- make the text appear under the bitmap and not beside it.
3. more general: I'd like to find the best way of working with icon buttons that will produce the same effect as a tab control- meaning: I'll have a row of icons and rectangular space under. when the user clicks an icon a certain subform appears and the current is hidden. do I load all the forms and make the button change the subform.hide property? isn't this too heavy?

thanks a lot,