On Thu, 09 Dec 2004 10:25:14 GMT, "Melissa" <mroberts@earth link.net>
wrote:
[color=blue]
>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
>[/color]
Hi
it is straightforward to Scroll a Form's ScrollBars!
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
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
"David Schofield" <d.REMOVEschofi eld@blueyonder. co.uk> wrote in message
news:41b8448d.7 48681647@localh ost...[color=blue]
> On Thu, 09 Dec 2004 10:25:14 GMT, "Melissa" <mroberts@earth link.net>
> wrote:
>[color=green]
>>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
>>[/color]
>
> 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
>[/color]
Comment