Change Tab Placement to Bottom instead of Top

  • Thread starter Thread starter Charles West via AccessMonster.com
  • Start date Start date
C

Charles West via AccessMonster.com

Does anyone know how to change the tab placement from top to bottom
placement? (similar to Excel spreadsheet where the tab are on the bottom)

Thanks,
Charles
 
Charles,

This is not supported natively with the Access tab control. One option
is to set the Style property of the tab control to None, and then use an
Option Group containing Toggle Buttons to control the tab control... you
would have to write code on the After Update event of the Option Group
in order to change the page on the tab control, which is pretty simple.

Otherwise, there are some third party utilities available which support
tab placement. For example, Total Access Components from www.fmsinc.com
includes this functionality.
 
Can't be done with the native control....you'd have to purchase a tab
control with that feature that is compatible with Access.
 
Back
Top