subforms

S

Stub932

I have a subform which has a vertical scroll bar as it is lengthy.
The problem is that when I'm using say a tab control in the subform and
select a particular tab on the control to view info, the subform takes me to
the top of the subform page.
So I basically have to scroll down to the tab control to see the info.
Is there a way where some kind of "anchor" can be placed while using the
fields in this subform ?
 
W

Wayne Morgan

By your description, the subform doesn't sound as if it is in continuous
form view. If that is the case, you could place page break controls on the
subform at locations you would like to go to, such as just above the tab
control, and use the Me.GoToPage method to scroll the form to where you want
it.
 
Top