subforms

  • Thread starter Thread starter Stub932
  • Start date Start date
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 ?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top