Linking Subforms

  • Thread starter Thread starter Ian Bayly
  • Start date Start date
I

Ian Bayly

I have an outer form containing 2 subforms.
The outer form is just the container for the subforms.
I need to link the two subforms so they will scroll vertically in unison.
Is this possible or am I being too optimistic?

Why I need to do this is a very long story, so I won't be tedious at this
stage.

TIA

Ian B
 
I was a bit brief - the two subforms are continuous and I want to
synchronize the scrolling.
 
Briefly, for the Current event of one subform, set a DAO
recordset equal to the recordset of the 2nd subform. Then
do a MoveNext. You'll have to test for EOf and I assume
both subforms have equal number of records.
Geof.
 
Back
Top