Vertical Scroll Bar & Tab Control Issue

F

Freddy

This has happened on two of my databases now:

After I add a tab control to the detail section of the form, whenever
someone opens that form, the vertical scrollbar does not appear at the TOP of
the form, but instead appears where the first control is on the detail/tab
control page.

Is there a way, onload and whenever the first TAB (only tab the problem
occurs for) is in view, that the scrollbar will automatically appear at the
top?
or a code to make it appear at the top regardless?!?!

I thank you in advance for any assistance.
 
F

Freddy

I figured it out..
in an archaic fashion,
I put a label at the tippy top of the detail section
& made it visible = no
so as to trick the scrollbar to start from the top of the detail section &
not just were the first visible control was placed
 
Top