Tab Control

  • Thread starter Thread starter molsonexpert
  • Start date Start date
M

molsonexpert

This seems like a trivial issue, but here goes: I have a form with a tab
control. When the form is opened, it defaults to the first control box on
the first page of the tab control. The actual tabs aren't visible unless the
user scrolls up to the top. How do I eliminate this? I've played with the
Tab Order, but I'm wondering if I somehow need to set the focus to the page
name? Id so, what would be the correct syntax?

thanks.

steve.
 
In design view reduce the vertical size (height) of form so the scrolling is
not necessary.
 
Back
Top