Scrolling Multiple Subforms

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
 
D

David Schofield

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
 
E

Ed Robichaud

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

Similar Threads

Records in Subforms 1
Adding records to subforms 2
Access Reference Subform's Control 0
Access 2003 subforms 1
One form to multiple tables? 2
Access Access DB Form Limit Hit 0
Call subform only when needed 5
SubForm Issue 4

Top