synchronize horizontal scrolling in 2 subforms

  • Thread starter Thread starter Bill R via AccessMonster.com
  • Start date 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

--
Bill Reed

"If you can't laugh at yoursel, laugh at somebody else"

Message posted via AccessMonster.com
 
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
 
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]

--
Bill Reed

"If you can't laugh at yoursel, laugh at somebody else"

Message posted via AccessMonster.com
 
Back
Top