synchronize horizontal scrolling in 2 subforms

  • Thread starter Bill R via AccessMonster.com
  • Start date
B

Bill R via AccessMonster.com

Is anyone aware of a method of synchronizing the fields (as opposed to the
records) in 2 single form subforms? Each subform contains a single tabular
record. They have an equal # of fields, whose contents are related. I would
like to have a single horizontal scroll bar that would move both sets of
fields to the right or left such that they would remain in alignment (subfrm1.
fld1 aligned with subfrm2.fld1, subfrm1.fld2 aligned with subfrm2.fld2, etc.)
Any suggestions would be appreciated.

Thanks,

Bill
 
T

Tom Ellison

Dear Bill:

Not a simple thing, but can be done.

Use the scroll bar control. Rank the rows in both sets so the numbers
match. Change the recordsource of both subforms accordingly.

Tom Ellison
 
B

Bill R via AccessMonster.com

Thanks Tom,

I'll give it a shot. "Nothing ventured, nothing gained."

Bill

Tom said:
Dear Bill:

Not a simple thing, but can be done.

Use the scroll bar control. Rank the rows in both sets so the numbers
match. Change the recordsource of both subforms accordingly.

Tom Ellison
Is anyone aware of a method of synchronizing the fields (as opposed to the
records) in 2 single form subforms? Each subform contains a single tabular
[quoted text clipped - 10 lines]
 
Top