Scrolling Multiple Subforms

  • Thread starter Thread starter Melissa
  • Start date Start date
M

Melissa

I have five subforms on a main form. Is there any way to scroll all the
subforms at once from one scroll bar?

Thanks!

Melissa
 
I have five subforms on a main form. Is there any way to scroll all the
subforms at once from one scroll bar?

Thanks!

Melissa

Hi
it is straightforward to Scroll a Form's ScrollBars!

Stephen Lebans says so and explains how at
http://www.lebans.com/SelectRow.htm

You would need to incorporate this code in how you pick up the
position you want to scroll to - maybe by only showing the scroll bar
on one of the subforms

-David
 
If you mean to have all 5 subforms scroll simultaneously from 1 control,
then no. Each form can have a vertical scroll bar, but they all work
independently.
-Ed
 

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

Back
Top